Do not verify shipped configure files when testing the git dev branch
This commit is contained in:
parent
af3df0a739
commit
41a0a4e2e9
10
.travis.yml
10
.travis.yml
|
@ -54,13 +54,9 @@ matrix:
|
||||||
- valgrind
|
- valgrind
|
||||||
- autoconf
|
- autoconf
|
||||||
- name: "x86_64-unknown-linux-gnu (nightly - jemalloc's dev branch)"
|
- name: "x86_64-unknown-linux-gnu (nightly - jemalloc's dev branch)"
|
||||||
env: TARGET=x86_64-unknown-linux-gnu VALGRIND=1 JEMALLOC_SYS_VERIFY_CONFIGURE=1 JEMALLOC_SYS_GIT_DEV_BRANCH=1
|
env: TARGET=x86_64-unknown-linux-gnu VALGRIND=1 JEMALLOC_SYS_GIT_DEV_BRANCH=1
|
||||||
install: rustup component add llvm-tools-preview
|
install: rustup component add llvm-tools-preview
|
||||||
addons: &valgrind
|
addons: *valgrind
|
||||||
apt:
|
|
||||||
packages:
|
|
||||||
- valgrind
|
|
||||||
- autoconf
|
|
||||||
- name: "x86_64-unknown-linux-gnu (beta)"
|
- name: "x86_64-unknown-linux-gnu (beta)"
|
||||||
env: TARGET=x86_64-unknown-linux-gnu VALGRIND=1
|
env: TARGET=x86_64-unknown-linux-gnu VALGRIND=1
|
||||||
rust: beta
|
rust: beta
|
||||||
|
@ -112,7 +108,7 @@ matrix:
|
||||||
osx_image: xcode10
|
osx_image: xcode10
|
||||||
install: rustup component add llvm-tools-preview
|
install: rustup component add llvm-tools-preview
|
||||||
- name: "x86_64-apple-darwin (nightly - jemalloc's dev branch)"
|
- name: "x86_64-apple-darwin (nightly - jemalloc's dev branch)"
|
||||||
env: TARGET=x86_64-apple-darwin NO_JEMALLOC_TESTS=1 JEMALLOC_SYS_VERIFY_CONFIGURE=1 JEMALLOC_SYS_GIT_DEV_BRANCH=1
|
env: TARGET=x86_64-apple-darwin NO_JEMALLOC_TESTS=1 JEMALLOC_SYS_GIT_DEV_BRANCH=1
|
||||||
os: osx
|
os: osx
|
||||||
osx_image: xcode10
|
osx_image: xcode10
|
||||||
install: rustup component add llvm-tools-preview
|
install: rustup component add llvm-tools-preview
|
||||||
|
|
Loading…
Reference in New Issue