diff options
author | John Hodge <tpg@ucc.asn.au> | 2017-11-24 17:28:44 +0800 |
---|---|---|
committer | John Hodge <tpg@ucc.asn.au> | 2017-11-24 17:28:44 +0800 |
commit | 548b498b0c5531efffff6bc7ea3f451716fa5b6a (patch) | |
tree | 2fe04325c8bfcc840fd3fa2a4bb1390f9aae9d6d | |
parent | 854ffd1878578cdd4431c6335d41ee16a4a505c7 (diff) | |
download | mrust-548b498b0c5531efffff6bc7ea3f451716fa5b6a.tar.gz |
Travis - Remove valgrind call
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 2f21d032..88356aed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,9 +21,8 @@ script: - CC=gcc-6 CXX=g++-6 make -f minicargo.mk output/libtest.hir # libstd and hello_world - CC=gcc-6 make test TAIL_COUNT=2 -# rustc +# rustc (DISABLED: llvm build) # - CC=gcc-6 CXX=g++-6 make -f minicargo.mk output/rustc # Tests - CC=gcc-6 make local_tests -k # - CC=gcc-6 make rust_tests -k - - CC=gcc-6 valgrind --track-origins=yes ./bin/mrustc rustc-1.19.0-src/src/libstd/lib.rs --crate-name std --crate-type rlib -g -O -o output/libstd.hir -L output -l dl -l rt -l pthread |