mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 04:55:54 +08: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
@ -112,6 +112,7 @@ def build(dist_path: Path, filename: Path):
|
||||
f"{build_loc.joinpath(manageoldcuradlg_loc.name).with_suffix('.wixobj')}",
|
||||
"-sw1076", # Don't pollute logs with warnings from auto generated content
|
||||
"-dcl:high", # Use high compression ratio
|
||||
"-sval", # Disable ICE validation otherwise the CI complains
|
||||
"-ext", "WixUIExtension",
|
||||
"-ext", "WixFirewallExtension",
|
||||
"-out", f"{work_loc.joinpath(filename.name)}"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user