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