From 10fdc9b53574a7fc05646e9fd5a18271afcc0b35 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Sun, 21 Aug 2016 11:09:32 -0500 Subject: [PATCH] only show disassembly of optimized build we can't really compare the disassembly of the debug build to libcompiler-rt.a anyways --- appveyor.yml | 1 - ci/script.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 4bb03de..5cf0b48 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -18,7 +18,6 @@ test_script: - cargo test - cargo test --release - CALL "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" - - dumpbin /disasm target/debug/librustc_builtins.rlib || exit 0 - dumpbin /disasm target/release/librustc_builtins.rlib || exit 0 branches: diff --git a/ci/script.sh b/ci/script.sh index 7558478..84e7ee7 100644 --- a/ci/script.sh +++ b/ci/script.sh @@ -11,7 +11,6 @@ inspect() { $PREFIX$NM -g --defined-only target/**/debug/*.rlib set +e - $PREFIX$OBJDUMP -Cd target/**/debug/*.rlib $PREFIX$OBJDUMP -Cd target/**/release/*.rlib set -e