Skip to content

Commit 7782de8

Browse files
committed
[libc++] Don't use a ppa for GCC
Ubuntu noble provides all the required compilers, but the ppa doesn't yet. Simply don't use the ppa to make it possible to update to GCC 14.
1 parent 6699807 commit 7782de8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libcxx/utils/ci/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ EOF
142142

143143
# Install the most recent GCC, like clang install the previous version as a transition.
144144
RUN <<EOF
145-
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
146145
sudo apt-get update
147146
sudo apt-get install -y \
148147
gcc-$((GCC_LATEST_VERSION - 1)) \

0 commit comments

Comments
 (0)