From 548b498b0c5531efffff6bc7ea3f451716fa5b6a Mon Sep 17 00:00:00 2001 From: John Hodge Date: Fri, 24 Nov 2017 17:28:44 +0800 Subject: Travis - Remove valgrind call --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3