[libcxx-commits] [PATCH] D105704: [libcxx][CI] Work around Arm buildkite failures
David Spickett via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jul 9 08:11:08 PDT 2021
DavidSpickett added a comment.
Working build:
[437/523] /usr/local/bin/c++ -DNDEBUG -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE...
Bad build:
[412/521] /usr/bin/c++ -DNDEBUG -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE ...
c++: error: unrecognized command line option '--target=armv7-linux-gnueabihf'
Our /usr/bin/ is a gcc which is A: not what we want and B: doesn't need a target option so it throws it out.
The recent libcxx changes seem fine but we did have a container restart about 12hr ago so this issue could have been lingering and brought up by using a fresh cmake config. I will find the actual reason.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105704/new/
https://reviews.llvm.org/D105704
More information about the libcxx-commits
mailing list