[libcxx-commits] [libcxx] 5a616ce - [libc++] Update the GCC head version to 17 (#199823)

via libcxx-commits libcxx-commits at lists.llvm.org
Tue May 26 20:54:16 PDT 2026


Author: Nikolas Klauser
Date: 2026-05-27T05:54:12+02:00
New Revision: 5a616ce490abe551ffc7a7714c28e90c483f5b39

URL: https://github.com/llvm/llvm-project/commit/5a616ce490abe551ffc7a7714c28e90c483f5b39
DIFF: https://github.com/llvm/llvm-project/commit/5a616ce490abe551ffc7a7714c28e90c483f5b39.diff

LOG: [libc++] Update the GCC head version to 17 (#199823)

GCC released a new version, so we should bump the versions installed in
the CI so we can upgrade.

Added: 
    

Modified: 
    libcxx/utils/ci/docker/docker-compose.yml

Removed: 
    


################################################################################
diff  --git a/libcxx/utils/ci/docker/docker-compose.yml b/libcxx/utils/ci/docker/docker-compose.yml
index 392a7b5d225f3..a499b0639629e 100644
--- a/libcxx/utils/ci/docker/docker-compose.yml
+++ b/libcxx/utils/ci/docker/docker-compose.yml
@@ -14,7 +14,7 @@ services:
       context: ../../../.. # monorepo root
       dockerfile: libcxx/utils/ci/docker/linux-builder-base.dockerfile
       args:
-        GCC_HEAD_VERSION: 16
+        GCC_HEAD_VERSION: 17
         LLVM_HEAD_VERSION: 23
 
   libcxx-linux-builder:


        


More information about the libcxx-commits mailing list