From af89ea75e0c5dd72267152cfec2f9bad38325e21 Mon Sep 17 00:00:00 2001 From: JackAKirk Date: Mon, 13 May 2024 14:53:52 +0100 Subject: [PATCH 1/2] Switch post-commit to use old working image. Signed-off-by: JackAKirk --- .github/workflows/sycl-post-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sycl-post-commit.yml b/.github/workflows/sycl-post-commit.yml index 518294c591d3f..4237ab443d20f 100644 --- a/.github/workflows/sycl-post-commit.yml +++ b/.github/workflows/sycl-post-commit.yml @@ -32,7 +32,7 @@ jobs: build_artifact_suffix: sprod_shared build_configure_extra_args: --shared-libs --no-assertions --hip --cuda --native_cpu --cmake-opt="-DSYCL_ENABLE_STACK_PRINTING=ON" --cmake-opt="-DSYCL_LIB_WITH_DEBUG_SYMBOL=ON" # Docker image has last nightly pre-installed and added to the PATH - build_image: "ghcr.io/intel/llvm/sycl_ubuntu2204_nightly:build" + build_image: "ghcr.io/intel/llvm/ubuntu2204_build:latest-cc1dd89176dd35522d57022a57204b41ae2611a9" cc: clang cxx: clang++ merge_ref: '' From c3e211aeaf7bda2536b6bdf29e5471886bb8b334 Mon Sep 17 00:00:00 2001 From: JackAKirk Date: Mon, 13 May 2024 18:21:15 +0100 Subject: [PATCH 2/2] Use last tagged nightly image. Signed-off-by: JackAKirk --- .github/workflows/sycl-post-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sycl-post-commit.yml b/.github/workflows/sycl-post-commit.yml index 4237ab443d20f..f072fef4c9f5e 100644 --- a/.github/workflows/sycl-post-commit.yml +++ b/.github/workflows/sycl-post-commit.yml @@ -32,7 +32,7 @@ jobs: build_artifact_suffix: sprod_shared build_configure_extra_args: --shared-libs --no-assertions --hip --cuda --native_cpu --cmake-opt="-DSYCL_ENABLE_STACK_PRINTING=ON" --cmake-opt="-DSYCL_LIB_WITH_DEBUG_SYMBOL=ON" # Docker image has last nightly pre-installed and added to the PATH - build_image: "ghcr.io/intel/llvm/ubuntu2204_build:latest-cc1dd89176dd35522d57022a57204b41ae2611a9" + build_image: "ghcr.io/intel/llvm/sycl_ubuntu2204_nightly:build-ecc812d9fd78b92974162f15b040c6c165cc944e" cc: clang cxx: clang++ merge_ref: ''