[PATCH] D29840: test-release.sh: Remove workaround for test-suite build

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 27 08:17:15 PDT 2017


tstellar added a comment.

In https://reviews.llvm.org/D29840#822678, @rovka wrote:

> 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?


Yes, that makes sense to me, I can fix that.


Repository:
  rL LLVM

https://reviews.llvm.org/D29840





More information about the llvm-commits mailing list