51
51
matrix :
52
52
conf :
53
53
- beta-build
54
- - 1.36.0 -tests
54
+ - 1.43.1 -tests
55
55
- aom-tests
56
56
- dav1d-tests
57
57
- grcov-coveralls
@@ -64,14 +64,14 @@ jobs:
64
64
include :
65
65
- conf : beta-build
66
66
toolchain : beta
67
- - conf : 1.36.0 -tests
68
- toolchain : 1.36.0
67
+ - conf : 1.43.1 -tests
68
+ toolchain : 1.43.1
69
69
- conf : aom-tests
70
70
toolchain : stable
71
71
- conf : dav1d-tests
72
72
toolchain : stable
73
73
- conf : grcov-coveralls
74
- toolchain : nightly-2019-12-02
74
+ toolchain : nightly-2020-05-14
75
75
- conf : bench
76
76
toolchain : stable
77
77
- conf : doc
83
83
- conf : check-extra-feats
84
84
toolchain : stable
85
85
- conf : fuzz
86
- toolchain : nightly-2019-12-02
86
+ toolchain : nightly-2020-05-14
87
87
88
88
env :
89
89
RUST_BACKTRACE : 1
@@ -117,7 +117,7 @@ jobs:
117
117
echo "$NASM_SHA256 nasm_${NASM_VERSION}_amd64.deb" >> CHECKSUMS
118
118
- name : Add aom
119
119
if : >
120
- matrix.conf == '1.36.0 -tests' || matrix.conf == 'aom-tests' ||
120
+ matrix.conf == '1.43.1 -tests' || matrix.conf == 'aom-tests' ||
121
121
matrix.conf == 'grcov-coveralls'
122
122
env :
123
123
LINK : http://ppa.launchpad.net/jonathonf/ffmpeg-4/ubuntu/pool/main/a/aom
@@ -133,7 +133,7 @@ jobs:
133
133
echo "$AOM_LIB_SHA256 libaom0_${AOM_VERSION}_amd64.deb" >> CHECKSUMS
134
134
- name : Add dav1d
135
135
if : >
136
- matrix.conf == '1.36.0 -tests' || matrix.conf == 'dav1d-tests' ||
136
+ matrix.conf == '1.43.1 -tests' || matrix.conf == 'dav1d-tests' ||
137
137
matrix.conf == 'grcov-coveralls' || matrix.conf == 'fuzz'
138
138
env :
139
139
LINK : http://www.deb-multimedia.org/pool/main/d/dav1d-dmo
@@ -177,7 +177,7 @@ jobs:
177
177
if : matrix.conf == 'grcov-coveralls'
178
178
env :
179
179
LINK : https://github.com/mozilla/grcov/releases/download
180
- GRCOV_VERSION : 0.5.14
180
+ GRCOV_VERSION : 0.5.15
181
181
run : |
182
182
curl -L "$LINK/v$GRCOV_VERSION/grcov-linux-x86_64.tar.bz2" |
183
183
tar xj -C $HOME/.cargo/bin
@@ -210,8 +210,8 @@ jobs:
210
210
- name : Start sccache server
211
211
run : |
212
212
sccache --start-server
213
- - name : Run 1.36.0 tests
214
- if : matrix.toolchain == '1.36.0 ' && matrix.conf == '1.36.0 -tests'
213
+ - name : Run 1.43.1 tests
214
+ if : matrix.toolchain == '1.43.1 ' && matrix.conf == '1.43.1 -tests'
215
215
run : |
216
216
cargo test --verbose \
217
217
--features=decode_test,decode_test_dav1d,quick_test,capi
@@ -270,9 +270,12 @@ jobs:
270
270
CARGO_INCREMENTAL : 0
271
271
RUSTFLAGS : >
272
272
-Zprofile -Ccodegen-units=1 -Clink-dead-code -Coverflow-checks=off
273
- -Zno-landing-pads
273
+ -Cpanic=abort -Zpanic_abort_tests
274
+ RUSTDOCFLAGS : >
275
+ -Zprofile -Ccodegen-units=1 -Clink-dead-code -Coverflow-checks=off
276
+ -Cpanic=abort -Zpanic_abort_tests
274
277
run : |
275
- cargo test --features=decode_test,decode_test_dav1d,quick_test --verbose
278
+ cargo test --features=decode_test,decode_test_dav1d,quick_test --verbose --target x86_64-unknown-linux-gnu
276
279
- name : Run grcov
277
280
if : matrix.conf == 'grcov-coveralls'
278
281
id : coverage
0 commit comments