File tree 2 files changed +2
-13
lines changed
2 files changed +2
-13
lines changed Original file line number Diff line number Diff line change 99
99
- debian : null
100
100
cross : null
101
101
rust : null
102
- llvm_version : ["3.9", " 4.0", "5.0", "9.0"]
102
+ llvm_version : ["4.0", "5.0", "9.0"]
103
103
main_tests : [1]
104
104
release_build : [0, 1]
105
105
no_default_features : [0, 1]
@@ -110,13 +110,8 @@ jobs:
110
110
feature_testing_only_docs : [0]
111
111
112
112
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
114
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
115
- os : ubuntu-latest
121
116
llvm_version : " 4.0"
122
117
no_default_features : 1
Original file line number Diff line number Diff line change @@ -2,9 +2,6 @@ environment:
2
2
RUST_BACKTRACE : 1
3
3
RUST_CHANNEL : " %Configuration%"
4
4
matrix :
5
- - TARGET : gnu
6
- LLVM_VERSION : 3.9.0-2
7
- BINDGEN_FEATURES : testing_only_libclang_3_9
8
5
- TARGET : gnu
9
6
LLVM_VERSION : 4.0.0-1
10
7
BINDGEN_FEATURES : testing_only_libclang_4
@@ -14,9 +11,6 @@ environment:
14
11
- TARGET : gnu
15
12
LLVM_VERSION : 9.0.0-1
16
13
BINDGEN_FEATURES : testing_only_libclang_9
17
- - TARGET : msvc
18
- LLVM_VERSION : 3.9.0
19
- BINDGEN_FEATURES : testing_only_libclang_3_9
20
14
- TARGET : msvc
21
15
LLVM_VERSION : 4.0.0
22
16
BINDGEN_FEATURES : testing_only_libclang_4
You can’t perform that action at this time.
0 commit comments