Skip to content

Commit c0ba708

Browse files
committed
ci: Stop testing libclang 3.9
1 parent ca78ae9 commit c0ba708

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

.github/workflows/bindgen.yml

Lines changed: 2 additions & 7 deletions
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: ["3.9", "4.0", "5.0", "9.0"]
102+
llvm_version: ["4.0", "5.0", "9.0"]
103103
main_tests: [1]
104104
release_build: [0, 1]
105105
no_default_features: [0, 1]
@@ -110,13 +110,8 @@ jobs:
110110
feature_testing_only_docs: [0]
111111

112112
exclude:
113-
# 3.9 and 4.0 are too old to support regular dynamic linking, so this
113+
# 4.0 is too old to support regular dynamic linking, so this
114114
# is not expected to work.
115-
- os: ubuntu-latest
116-
llvm_version: "3.9"
117-
no_default_features: 1
118-
feature_runtime: 0
119-
120115
- os: ubuntu-latest
121116
llvm_version: "4.0"
122117
no_default_features: 1

appveyor.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ environment:
22
RUST_BACKTRACE: 1
33
RUST_CHANNEL: "%Configuration%"
44
matrix:
5-
- TARGET: gnu
6-
LLVM_VERSION: 3.9.0-2
7-
BINDGEN_FEATURES: testing_only_libclang_3_9
85
- TARGET: gnu
96
LLVM_VERSION: 4.0.0-1
107
BINDGEN_FEATURES: testing_only_libclang_4
@@ -14,9 +11,6 @@ environment:
1411
- TARGET: gnu
1512
LLVM_VERSION: 9.0.0-1
1613
BINDGEN_FEATURES: testing_only_libclang_9
17-
- TARGET: msvc
18-
LLVM_VERSION: 3.9.0
19-
BINDGEN_FEATURES: testing_only_libclang_3_9
2014
- TARGET: msvc
2115
LLVM_VERSION: 4.0.0
2216
BINDGEN_FEATURES: testing_only_libclang_4

0 commit comments

Comments
 (0)