We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8982526 commit 5c096fbCopy full SHA for 5c096fb
.github/workflows/bindgen.yml
@@ -99,7 +99,7 @@ jobs:
99
- debian: null
100
cross: null
101
rust: null
102
- llvm_version: ["3.9", "4.0", "5.0", "9.0"]
+ llvm_version: ["4.0", "5.0", "9.0"]
103
main_tests: [1]
104
release_build: [0, 1]
105
no_default_features: [0, 1]
@@ -110,13 +110,8 @@ jobs:
110
feature_testing_only_docs: [0]
111
112
exclude:
113
- # 3.9 and 4.0 are too old to support regular dynamic linking, so this
+ # 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: "3.9"
117
- no_default_features: 1
118
- feature_runtime: 0
119
-
120
- os: ubuntu-latest
121
llvm_version: "4.0"
122
no_default_features: 1
0 commit comments