We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86f2548 commit 2975f9fCopy full SHA for 2975f9f
compiler-builtins/.github/workflows/main.yml
@@ -87,6 +87,7 @@ jobs:
87
- target: x86_64-pc-windows-msvc
88
os: windows-latest
89
rust: nightly
90
+ test_unc: 1
91
- target: i686-pc-windows-gnu
92
93
rust: nightly-i686-gnu
compiler-builtins/ci/run.sh
@@ -33,7 +33,7 @@ else
33
fi
34
35
if [ "${TEST_UNC:-}" = "1" ]; then
36
- run="cargo build --manifest-path testcrate/Cargo.toml --target $target --target-dir \"\\\\?\\$(pwd)\""
+ run="cargo build --manifest-path testcrate/Cargo.toml --target $target --target-dir \\\\?\\$TEMP\\test_unc"
37
$run
38
$run --release
39
$run --features c
0 commit comments