[libcxx-commits] [libcxx] 7782de8 - [libc++] Don't use a ppa for GCC

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jun 30 05:53:59 PDT 2024


Author: Nikolas Klauser
Date: 2024-06-30T13:37:16+02:00
New Revision: 7782de8a1f85c33b09828ae60b979f0655cca47f

URL: https://github.com/llvm/llvm-project/commit/7782de8a1f85c33b09828ae60b979f0655cca47f
DIFF: https://github.com/llvm/llvm-project/commit/7782de8a1f85c33b09828ae60b979f0655cca47f.diff

LOG: [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.

Added: 
    

Modified: 
    libcxx/utils/ci/Dockerfile

Removed: 
    


################################################################################
diff  --git a/libcxx/utils/ci/Dockerfile b/libcxx/utils/ci/Dockerfile
index 86a2c3a9502d4..234b0b5873eb6 100644
--- a/libcxx/utils/ci/Dockerfile
+++ b/libcxx/utils/ci/Dockerfile
@@ -142,7 +142,6 @@ EOF
 
 # Install the most recent GCC, like clang install the previous version as a transition.
 RUN <<EOF
-  sudo add-apt-repository ppa:ubuntu-toolchain-r/test
   sudo apt-get update
   sudo apt-get install -y \
     gcc-$((GCC_LATEST_VERSION - 1)) \


        


More information about the libcxx-commits mailing list