Skip to content

Commit

Permalink
[ci] Specify -HV 2018 to dxc (#2447)
Browse files Browse the repository at this point in the history
This avoids breaking the build with the latest release of dxc, which
made HLSL the default.
  • Loading branch information
fornwall authored Aug 29, 2023
1 parent 6aca2e2 commit 1192588
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion xtask/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,14 @@ fn run(args: Args) -> anyhow::Result<()> {
bin,
file,
config_item,
&["-Wno-parentheses-equality", "-Zi", "-Qembed_debug", "-Od"],
&[
"-Wno-parentheses-equality",
"-Zi",
"-Qembed_debug",
"-Od",
"-HV",
"2018",
],
)
})
}
Expand Down

0 comments on commit 1192588

Please sign in to comment.