about summary refs log tree commit diff
path: root/src/ci
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2019-07-28 03:01:50 +0200
committerGitHub <noreply@github.com>2019-07-28 03:01:50 +0200
commitfb6fdd4682235be20b8839d2ed39fac7e082d74e (patch)
tree5a8b24e87f4675a420285fd3bb00d4a77813b0e8 /src/ci
parent8f9b8c19de66ffc706a46c41a958e3358adf1ad4 (diff)
parent424220676e29fb67222e9aecf4d5a906948029cc (diff)
downloadrust-fb6fdd4682235be20b8839d2ed39fac7e082d74e.tar.gz
rust-fb6fdd4682235be20b8839d2ed39fac7e082d74e.zip
Rollup merge of #62949 - mati865:patch-1, r=alexcrichton
Re-enable assertions in PPC dist builder

Fixes https://github.com/rust-lang/rust/issues/36150

Log of successful build:
https://dev.azure.com/mati865/6518b167-4cf6-4587-b3d1-8e137f2fb2e4/_apis/build/builds/23/logs/825
Diffstat (limited to 'src/ci')
-rw-r--r--src/ci/docker/dist-powerpc-linux/Dockerfile4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ci/docker/dist-powerpc-linux/Dockerfile b/src/ci/docker/dist-powerpc-linux/Dockerfile
index f03aff060c1..8c052db1b0d 100644
--- a/src/ci/docker/dist-powerpc-linux/Dockerfile
+++ b/src/ci/docker/dist-powerpc-linux/Dockerfile
@@ -36,7 +36,3 @@ ENV HOSTS=powerpc-unknown-linux-gnu
 
 ENV RUST_CONFIGURE_ARGS --enable-extended --disable-docs
 ENV SCRIPT python2.7 ../x.py dist --host $HOSTS --target $HOSTS
-
-# FIXME(#36150) this will fail the bootstrap. Probably means something bad is
-#               happening!
-ENV NO_LLVM_ASSERTIONS 1