Skip to content

Commit a686323

Browse files
authored
Rollup merge of rust-lang#62949 - mati865:patch-1, r=alexcrichton
Re-enable assertions in PPC dist builder Fixes rust-lang#36150 Log of successful build: https://dev.azure.com/mati865/6518b167-4cf6-4587-b3d1-8e137f2fb2e4/_apis/build/builds/23/logs/825
2 parents b3846d2 + 4242206 commit a686323

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: src/ci/docker/dist-powerpc-linux/Dockerfile

-4
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,3 @@ ENV HOSTS=powerpc-unknown-linux-gnu
3636

3737
ENV RUST_CONFIGURE_ARGS --enable-extended --disable-docs
3838
ENV SCRIPT python2.7 ../x.py dist --host $HOSTS --target $HOSTS
39-
40-
# FIXME(#36150) this will fail the bootstrap. Probably means something bad is
41-
# happening!
42-
ENV NO_LLVM_ASSERTIONS 1

0 commit comments

Comments
 (0)