Skip to content

Commit

Permalink
Conan: Exclude 'qt_host_path' option from package_id checksum
Browse files Browse the repository at this point in the history
The 'qt_host_path' should not affect the package_id as it is most
probably completely different in different environment and would make
the CI produced cross compiled binaries unusable by end users.

Pick-to: 6.2 6.3
Change-Id: I91019dacb99a3ee69fadbf3435d37bac0c279330
Reviewed-by: Toni Saario <[email protected]>
  • Loading branch information
iieklund committed Jan 17, 2022
1 parent 5359d42 commit aca9fe0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,7 @@ def package_id(self):
"qpa",
"translationsdir",
"headersclean",
"qt_host_path",
]
for item in rm_list:
if item in self.info.options:
Expand Down

0 comments on commit aca9fe0

Please sign in to comment.