Skip to content

Commit 8159966

Browse files
committed
Disable rust-for-linux test temporarily.
1 parent 20aa65a commit 8159966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bindgen.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
BINDGEN_FEATURE_RUNTIME: ${{matrix.feature_runtime}}
172172
BINDGEN_FEATURE_EXTRA_ASSERTS: ${{matrix.feature_extra_asserts}}
173173
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}}
174+
BINDGEN_RUST_FOR_LINUX_TEST: 0
175175
run: ./ci/test.sh
176176

177177
check-cfg:

0 commit comments

Comments
 (0)