Author: Louis Dionne Date: 2021-06-22T12:44:31-04:00 New Revision: 894c0c889707dd7797c54af8ebe2e91f80e97236
URL: https://github.com/llvm/llvm-project/commit/894c0c889707dd7797c54af8ebe2e91f80e97236 DIFF: https://github.com/llvm/llvm-project/commit/894c0c889707dd7797c54af8ebe2e91f80e97236.diff LOG: [libc++] Fix CI on release/12.x branch The new Docker images don't have gcc or g++, only the versioned equivalents. Added: Modified: libcxx/utils/ci/run-buildbot Removed: ################################################################################ diff --git a/libcxx/utils/ci/run-buildbot b/libcxx/utils/ci/run-buildbot index 1fb09f3a91aa0..d3880816779fd 100755 --- a/libcxx/utils/ci/run-buildbot +++ b/libcxx/utils/ci/run-buildbot @@ -168,8 +168,8 @@ generic-32bit) check-cxx-cxxabi ;; generic-gcc) - export CC=gcc - export CXX=g++ + export CC=gcc-10 + export CXX=g++-10 clean # FIXME: Re-enable experimental testing on GCC. GCC cares about the order # in which we link -lc++experimental, which causes issues. _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits