We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c096fb commit 21e80eaCopy full SHA for 21e80ea
.github/workflows/bindgen.yml
@@ -99,7 +99,7 @@ jobs:
99
- debian: null
100
cross: null
101
rust: null
102
- llvm_version: ["4.0", "5.0", "9.0"]
+ llvm_version: ["5.0", "9.0"]
103
main_tests: [1]
104
release_build: [0, 1]
105
no_default_features: [0, 1]
@@ -109,14 +109,6 @@ jobs:
109
feature_extra_asserts: [0]
110
feature_testing_only_docs: [0]
111
112
- exclude:
113
- # 4.0 is too old to support regular dynamic linking, so this
114
- # is not expected to work.
115
- - os: ubuntu-latest
116
- llvm_version: "4.0"
117
- no_default_features: 1
118
- feature_runtime: 0
119
-
120
include:
121
# Test with extra asserts + docs just with latest llvm versions to
122
# prevent explosion
0 commit comments