We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2f1cc1 commit d5f8c31Copy full SHA for d5f8c31
.github/workflows/rust.yml
@@ -93,13 +93,13 @@ jobs:
93
run: |
94
cmake -B build \
95
-DSPIRV_BUILD_FUZZER=OFF \
96
- -DSPIRV_USE_RUST_FFI=ON \
+ -DSPIRV_ENABLE_RUST_TARGET_ENV=ON \
97
-DCMAKE_BUILD_TYPE=Release
98
99
- name: Configure CMake (Windows)
100
if: runner.os == 'Windows'
101
102
- cmake -B build -DSPIRV_BUILD_FUZZER=OFF -DSPIRV_USE_RUST_FFI=ON
+ cmake -B build -DSPIRV_BUILD_FUZZER=OFF -DSPIRV_ENABLE_RUST_TARGET_ENV=ON
103
104
- name: Build C++ with Rust FFI (Unix)
105
if: runner.os != 'Windows'
0 commit comments