We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-Zshare-generics=off
1 parent 8266048 commit 2efc876Copy full SHA for 2efc876
.github/workflows/ci.yaml
@@ -41,6 +41,9 @@ jobs:
41
- if: ${{ runner.os == 'Linux' }}
42
name: Linux - Install native dependencies
43
run: sudo apt install libwayland-cursor0 libxkbcommon-dev libwayland-dev
44
+ - if: ${{ runner.os == 'Windows' && matrix.integration == 'spirv-builder' }}
45
+ name: Windows - set rustflags to make it compile
46
+ run: echo "RUSTFLAGS=\"-Zshare-generics=off\"" >> "$GITHUB_ENV"
47
# just need a random command that forces the installation of rust-toolchain
48
# figure out native target triple while we're at it
49
- name: install rust-toolchain
0 commit comments