Skip to content

Commit

Permalink
Pin rust in s390x test job (#254)
Browse files Browse the repository at this point in the history
* 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.

* Call rustup in the before_install stage
  • Loading branch information
mtreinish committed Feb 21, 2021
1 parent 49727f8 commit dc359f7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ jobs:
stage: Linux non-x86_64
python: 3.7
arch: s390x
before_install:
- which python
- sh tools/install_rust.sh
- export PATH=~/.cargo/bin:$PATH
- which python
- pip install -U pip virtualenv
- rustup default 1.49.0
- name: Python 3.7 Tests arm64 Linux
stage: Linux non-x86_64
python: 3.7
Expand Down

0 comments on commit dc359f7

Please sign in to comment.