[libcxx-commits] [PATCH] D95875: [SystemZ][ZOS] Prefer -nostdlib++ as opposed to -nodefaultlibs when building c++ libraries

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Feb 5 07:22:17 PST 2021


ldionne added a comment.

In D95875#2542790 <https://reviews.llvm.org/D95875#2542790>, @zibi wrote:

> In D95875#2542734 <https://reviews.llvm.org/D95875#2542734>, @ldionne wrote:
>
>> In D95875#2542722 <https://reviews.llvm.org/D95875#2542722>, @zibi wrote:
>>
>>> @ldionne Can you check why the last 3 builds always hang in Apple tests? 
>>> Here is the link to the latest build <https://buildkite.com/llvm-project/libcxx-ci/builds/1263#9630da26-0fff-477c-848a-04334b7fe70e>.
>>
>> The number of builders on mac is very limited. They're running on a few laptops sitting right beside me. You have to be a bit patient. Re-uploading patches to try and shake the CI is actually making things worse, as our BuildKite setup isn't smart enough to cancel jobs that have already been submitted when you re-upload a newer patch.
>
> It's good to know, thank you. I was suspicious because quite a few builds completed which were submitted AFTER mine so I was warring that they might loop or hang. Now I actually see that the 1st of my builds just completed. It must be some kind of priority I guess.

Hmm, actually you're right, newer builds seem to be prioritized over older ones. That's exactly the opposite of what I would expect. That's weird. I'll work on making sure that remaining mac jobs don't run if any other job failed - I think that'll help reduce the load on the mac builders.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95875/new/

https://reviews.llvm.org/D95875



More information about the libcxx-commits mailing list