File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -253,6 +253,7 @@ jobs:
253
253
shell : bash
254
254
run : |
255
255
PATH="/usr/local/cuda/bin:$PATH" cargo test --manifest-path dev-tools/cc-test/Cargo.toml --features test_cuda
256
+ PATH="/usr/local/cuda/bin:$PATH" CXX=clang++ cargo test --manifest-path dev-tools/cc-test/Cargo.toml --features test_cuda
256
257
257
258
msrv :
258
259
name : MSRV
Original file line number Diff line number Diff line change @@ -2093,7 +2093,7 @@ impl Build {
2093
2093
2094
2094
// Pass `--target` with the LLVM target to properly
2095
2095
// configure Clang even when cross-compiling.
2096
- cmd. args . push ( format ! ( "--target={llvm_target}" ) . into ( ) ) ;
2096
+ cmd. push_cc_arg ( format ! ( "--target={llvm_target}" ) . into ( ) ) ;
2097
2097
}
2098
2098
}
2099
2099
ToolFamily :: Msvc { clang_cl } => {
You can’t perform that action at this time.
0 commit comments