File tree 2 files changed +1
-15
lines changed
2 files changed +1
-15
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 : ["4.0", " 5.0", "9.0"]
102
+ llvm_version : ["5.0", "9.0"]
103
103
main_tests : [1]
104
104
release_build : [0, 1]
105
105
no_default_features : [0, 1]
@@ -109,14 +109,6 @@ jobs:
109
109
feature_extra_asserts : [0]
110
110
feature_testing_only_docs : [0]
111
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
112
include :
121
113
# Test with extra asserts + docs just with latest llvm versions to
122
114
# prevent explosion
Original file line number Diff line number Diff line change @@ -2,18 +2,12 @@ environment:
2
2
RUST_BACKTRACE : 1
3
3
RUST_CHANNEL : " %Configuration%"
4
4
matrix :
5
- - TARGET : gnu
6
- LLVM_VERSION : 4.0.0-1
7
- BINDGEN_FEATURES : testing_only_libclang_4
8
5
- TARGET : gnu
9
6
LLVM_VERSION : 5.0.0-1
10
7
BINDGEN_FEATURES : testing_only_libclang_5
11
8
- TARGET : gnu
12
9
LLVM_VERSION : 9.0.0-1
13
10
BINDGEN_FEATURES : testing_only_libclang_9
14
- - TARGET : msvc
15
- LLVM_VERSION : 4.0.0
16
- BINDGEN_FEATURES : testing_only_libclang_4
17
11
- TARGET : msvc
18
12
LLVM_VERSION : 5.0.0
19
13
BINDGEN_FEATURES : testing_only_libclang_5
You can’t perform that action at this time.
0 commit comments