Skip to content

Commit d6714c6

Browse files
kulpemilio
authored andcommitted
tests: Stop testing libclang 4.0
1 parent 638729f commit d6714c6

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

.github/workflows/bindgen.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
- debian: null
100100
cross: null
101101
rust: null
102-
llvm_version: ["4.0", "5.0", "9.0"]
102+
llvm_version: ["5.0", "9.0"]
103103
main_tests: [1]
104104
release_build: [0, 1]
105105
no_default_features: [0, 1]
@@ -109,14 +109,6 @@ jobs:
109109
feature_extra_asserts: [0]
110110
feature_testing_only_docs: [0]
111111

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-
120112
include:
121113
# Test with extra asserts + docs just with latest llvm versions to
122114
# prevent explosion

appveyor.yml

-6
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,12 @@ environment:
22
RUST_BACKTRACE: 1
33
RUST_CHANNEL: "%Configuration%"
44
matrix:
5-
- TARGET: gnu
6-
LLVM_VERSION: 4.0.0-1
7-
BINDGEN_FEATURES: testing_only_libclang_4
85
- TARGET: gnu
96
LLVM_VERSION: 5.0.0-1
107
BINDGEN_FEATURES: testing_only_libclang_5
118
- TARGET: gnu
129
LLVM_VERSION: 9.0.0-1
1310
BINDGEN_FEATURES: testing_only_libclang_9
14-
- TARGET: msvc
15-
LLVM_VERSION: 4.0.0
16-
BINDGEN_FEATURES: testing_only_libclang_4
1711
- TARGET: msvc
1812
LLVM_VERSION: 5.0.0
1913
BINDGEN_FEATURES: testing_only_libclang_5

0 commit comments

Comments
 (0)