mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 21:27:50 -06:00
Clear the info as you would clear a header only lib
Contributes to CURA-10317 Inconsitent material profiles in internal builds
This commit is contained in:
parent
74e17d3178
commit
a7a26c5670
1 changed files with 1 additions and 4 deletions
|
@ -476,10 +476,7 @@ echo "CURA_APP_NAME={{ cura_app_name }}" >> ${{ env_prefix }}GITHUB_ENV
|
||||||
self.runenv_info.append_path("PYTHONPATH", os.path.join(self.source_folder, "plugins"))
|
self.runenv_info.append_path("PYTHONPATH", os.path.join(self.source_folder, "plugins"))
|
||||||
|
|
||||||
def package_id(self):
|
def package_id(self):
|
||||||
del self.info.settings.os
|
self.info.clear()
|
||||||
del self.info.settings.compiler
|
|
||||||
del self.info.settings.build_type
|
|
||||||
del self.info.settings.arch
|
|
||||||
|
|
||||||
# The following options shouldn't be used to determine the hash, since these are only used to set the CuraVersion.py
|
# The following options shouldn't be used to determine the hash, since these are only used to set the CuraVersion.py
|
||||||
# which will als be generated by the deploy method during the `conan install cura/5.1.0@_/_`
|
# which will als be generated by the deploy method during the `conan install cura/5.1.0@_/_`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue