[libcxx-commits] [PATCH] D126666: [libc++][CI] Updates Docker image.
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jun 7 08:34:47 PDT 2022
ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.
LGTM, thanks! Once we land this, let's monitor the bots a bit more closely in case something breaks.
================
Comment at: libcxx/utils/ci/Dockerfile:92
RUN apt-get update && apt install -y gcc-$GCC_LATEST_VERSION g++-$GCC_LATEST_VERSION
+RUN apt-get update && apt install -y gcc-$((GCC_LATEST_VERSION - 1)) g++-$((GCC_LATEST_VERSION - 1))
----------------
Nitpick, but can we switch the order?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126666/new/
https://reviews.llvm.org/D126666
More information about the libcxx-commits
mailing list