[PATCH] D29840: test-release.sh: Remove workaround for test-suite build
Diana Picus via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 27 06:43:15 PDT 2017
rovka added a comment.
Hi Tom,
do_test_suite is 'yes' by default, so now our release jobs are also trying to setup the test-suite. This isn't a problem in itself, but if the test-suite setup fails for whatever reason, we don't package the release anymore, which means we don't get a nice archive in the end. Would it be difficult to fix that, so we can get the binaries regardless of what happened with the test-suite?
Thanks,
Diana
Repository:
rL LLVM
https://reviews.llvm.org/D29840
More information about the llvm-commits
mailing list