mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-27 04:41:06 -07:00
Disable ICE validation
https://stackoverflow.com/questions/1064580/wix-3-0-throws-error-217-while-being-executed-by-continuous-integration Contribute to CURA-9157
This commit is contained in:
parent
e31c2735dc
commit
8e9289fd11
1 changed files with 1 additions and 0 deletions
|
|
@ -112,6 +112,7 @@ def build(dist_path: Path, filename: Path):
|
||||||
f"{build_loc.joinpath(manageoldcuradlg_loc.name).with_suffix('.wixobj')}",
|
f"{build_loc.joinpath(manageoldcuradlg_loc.name).with_suffix('.wixobj')}",
|
||||||
"-sw1076", # Don't pollute logs with warnings from auto generated content
|
"-sw1076", # Don't pollute logs with warnings from auto generated content
|
||||||
"-dcl:high", # Use high compression ratio
|
"-dcl:high", # Use high compression ratio
|
||||||
|
"-sval", # Disable ICE validation otherwise the CI complains
|
||||||
"-ext", "WixUIExtension",
|
"-ext", "WixUIExtension",
|
||||||
"-ext", "WixFirewallExtension",
|
"-ext", "WixFirewallExtension",
|
||||||
"-out", f"{work_loc.joinpath(filename.name)}"]
|
"-out", f"{work_loc.joinpath(filename.name)}"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue