Try fixing the pypy build
This commit is contained in:
parent
d995701aa7
commit
5874014252
|
@ -52,8 +52,8 @@ install:
|
|||
|
||||
script:
|
||||
# Options for grcov
|
||||
- export CARGO_INCREMENTAL=0
|
||||
- export RUSTFLAGS="-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Zno-landing-pads"
|
||||
- if ! [[ $FEATURES == *"pypy"* ]]; then export CARGO_INCREMENTAL=0; fi
|
||||
- if ! [[ $FEATURES == *"pypy"* ]]; then export RUSTFLAGS="-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Zno-landing-pads"; fi
|
||||
- ./ci/travis/test.sh
|
||||
|
||||
after_success:
|
||||
|
|
Loading…
Reference in New Issue