Skip to content

Commit 315a0d8

Browse files
authored
Update executorch-ubuntu-26.04-gcc15 docker image to ubuntu-26.04-gcc14 (#20304)
### Summary There are too many build failures with gcc15. Highlighted in #19917
1 parent 0eb8247 commit 315a0d8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.ci/docker/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ case "${IMAGE_NAME}" in
8989
OS_VERSION=24.04
9090
GCC_VERSION=14
9191
;;
92-
executorch-ubuntu-26.04-gcc15)
92+
executorch-ubuntu-26.04-gcc14)
9393
LINTRUNNER=""
9494
OS_VERSION=26.04
95-
GCC_VERSION=15
95+
GCC_VERSION=14
9696
;;
9797
*)
9898
echo "Invalid image name ${IMAGE_NAME}"

.github/workflows/docker-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
executorch-ubuntu-22.04-mediatek-sdk,
4444
executorch-ubuntu-22.04-clang12-android,
4545
executorch-ubuntu-24.04-gcc14,
46-
executorch-ubuntu-26.04-gcc15,
46+
executorch-ubuntu-26.04-gcc14,
4747
]
4848
include:
4949
- docker-image-name: executorch-ubuntu-22.04-gcc11-aarch64

0 commit comments

Comments
 (0)