From 5f547653a20dc1c29c7584a2f6763ab46ec73321 Mon Sep 17 00:00:00 2001 From: Nghi Ho Date: Fri, 24 Jan 2025 08:53:30 -0800 Subject: [PATCH] Update build script --- tests/ci/docker_images/linux-x86/build_images.sh | 1 + tests/ci/docker_images/linux-x86/push_images.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/ci/docker_images/linux-x86/build_images.sh b/tests/ci/docker_images/linux-x86/build_images.sh index 57d4435fd9..2bb0555b06 100755 --- a/tests/ci/docker_images/linux-x86/build_images.sh +++ b/tests/ci/docker_images/linux-x86/build_images.sh @@ -31,6 +31,7 @@ docker build -t ubuntu-22.04:clang-14x-sde ubuntu-22.04_clang-14x-sde docker build -t ubuntu-22.04:gcc-10x ubuntu-22.04_gcc-10x docker build -t ubuntu-22.04:gcc-11x ubuntu-22.04_gcc-11x docker build -t ubuntu-22.04:gcc-12x ubuntu-22.04_gcc-12x +docker build -t ubuntu-22.04:gcc-12x ubuntu-22.04_gcc-12x-integration docker build -t amazonlinux-2:base -f amazonlinux-2_base/Dockerfile ../dependencies docker build -t amazonlinux-2:gcc-7x amazonlinux-2_gcc-7x docker build -t amazonlinux-2:gcc-7x-intel-sde amazonlinux-2_gcc-7x-intel-sde diff --git a/tests/ci/docker_images/linux-x86/push_images.sh b/tests/ci/docker_images/linux-x86/push_images.sh index 2b19b37753..94390b3d3f 100755 --- a/tests/ci/docker_images/linux-x86/push_images.sh +++ b/tests/ci/docker_images/linux-x86/push_images.sh @@ -35,6 +35,7 @@ tag_and_push_img 'ubuntu-22.04:clang-14x-sde' "${ECS_REPO}:ubuntu-22.04_clang-14 tag_and_push_img 'ubuntu-22.04:gcc-10x' "${ECS_REPO}:ubuntu-22.04_gcc-10x" tag_and_push_img 'ubuntu-22.04:gcc-11x' "${ECS_REPO}:ubuntu-22.04_gcc-11x" tag_and_push_img 'ubuntu-22.04:gcc-12x' "${ECS_REPO}:ubuntu-22.04_gcc-12x" +tag_and_push_img 'ubuntu-22.04:gcc-12x-integration' "${ECS_REPO}:ubuntu-22.04_gcc-12x-integration" tag_and_push_img 'ubuntu-22.04:clang-14x_formal-verification-nsym-aarch64' "${ECS_REPO}:ubuntu-22.04_clang-14x_formal-verification-nsym-aarch64" tag_and_push_img 'centos-7:gcc-4x' "${ECS_REPO}:centos-7_gcc-4x" tag_and_push_img 'centos-8:gcc-8x' "${ECS_REPO}:centos-8_gcc-8x"