Skip to content

Commit e0ee346

Browse files
committed
Pin rust in s390x test job
Since the Rust 1.50.0 the s390x CI test job has been failing. This looks to be caused by rust-lang/rust#80810. Until the issue is resolved in a released version of rust this pins the rust version used in the job to the previous release 1.49.0 which does not have this issue and should work fine.
1 parent 49727f8 commit e0ee346

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
stage: Linux non-x86_64
3838
python: 3.7
3939
arch: s390x
40+
before_script:
41+
- rustup default 1.49.0
4042
- name: Python 3.7 Tests arm64 Linux
4143
stage: Linux non-x86_64
4244
python: 3.7

0 commit comments

Comments
 (0)