We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20aa65a commit 8159966Copy full SHA for 8159966
.github/workflows/bindgen.yml
@@ -171,7 +171,7 @@ jobs:
171
BINDGEN_FEATURE_RUNTIME: ${{matrix.feature_runtime}}
172
BINDGEN_FEATURE_EXTRA_ASSERTS: ${{matrix.feature_extra_asserts}}
173
BINDGEN_NO_DEFAULT_FEATURES: ${{matrix.no_default_features}}
174
- BINDGEN_RUST_FOR_LINUX_TEST: ${{matrix.os == 'ubuntu-latest' && matrix.llvm_version == '16.0' && matrix.feature_extra_asserts == 0 && 1 || 0}}
+ BINDGEN_RUST_FOR_LINUX_TEST: 0
175
run: ./ci/test.sh
176
177
check-cfg:
0 commit comments