X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=.travis.yml;h=ba8a39f355c4ba0544643f7dd9900471bd98f81e;hb=50720ba7066345a2c5d576c9ae8d0cfc9d1cfb50;hp=c154f3d8e251f33daeaed515db23de2ec565fdeb;hpb=40f20b5327cdd8cf26601962d3a9cc01ce8b177c;p=rust.git diff --git a/.travis.yml b/.travis.yml index c154f3d8e25..ba8a39f355c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -169,7 +169,7 @@ matrix: - env: IMAGE=x86_64-gnu-aux if: branch = auto - env: IMAGE=x86_64-gnu-tools - if: branch = auto + if: branch = auto OR (type = pull_request AND commit_message =~ /(?i:^update.*\b(rls|rustfmt|clippy|miri)\b)/) - env: IMAGE=x86_64-gnu-debug if: branch = auto - env: IMAGE=x86_64-gnu-nopt @@ -284,6 +284,9 @@ after_failure: -exec head -750 {} \; -exec echo travis_fold":"end:crashlog \; || true + # see #50887 + - head -30 ./obj/build/x86_64-unknown-linux-gnu/native/asan/build/lib/asan/clang_rt.asan-dynamic-i386.vers || true + # attempt to debug anything killed by the oom killer on linux, just to see if # it happened - dmesg | grep -i kill