This is an archive of the discontinued LLVM Phabricator instance.

test-release.sh: Move test-suite setup to beginning of the script
ClosedPublic

Authored by tstellar on Aug 7 2017, 12:00 PM.

Details

Summary

We want to catch failures early before do the full 3 stage build.

The goal here is to avoid running through the whole build process and have
it fail at the end (and not create the binary packages), just because
some prerequisites failed to install.

Diff Detail

Repository
rL LLVM

Event Timeline

tstellar created this revision.Aug 7 2017, 12:00 PM
hans accepted this revision.Aug 7 2017, 1:42 PM

lgtm

We should probably merge it too.

This revision is now accepted and ready to land.Aug 7 2017, 1:42 PM
hans added a comment.Aug 9 2017, 4:55 PM

Please go ahead and commit so we can use this for the rc2 testing.

This revision was automatically updated to reflect the committed changes.