From c48070da2efdae92d8d9aff351b81030e97c1686 Mon Sep 17 00:00:00 2001 From: Andrei Elovikov Date: Fri, 26 Sep 2025 14:19:11 -0700 Subject: [PATCH 1/2] Try to reproduce --- .github/workflows/sycl-linux-build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sycl-linux-build.yml b/.github/workflows/sycl-linux-build.yml index fb593ee00b3eb..053a4a4ae3475 100644 --- a/.github/workflows/sycl-linux-build.yml +++ b/.github/workflows/sycl-linux-build.yml @@ -93,11 +93,13 @@ on: type: choice options: - "[]" + - '[sycl]' - '[llvm, clang, sycl, llvm_spirv, xptifw, libclc]' build_image: type: choice options: - 'ghcr.io/intel/llvm/sycl_ubuntu2404_nightly:latest' + - 'ghcr.io/intel/llvm/ubuntu2204_build:latest' cc: type: choice options: From e9df9daaeb3357e165e85ff466d022bfbaa49bf5 Mon Sep 17 00:00:00 2001 From: Andrei Elovikov Date: Fri, 26 Sep 2025 14:27:35 -0700 Subject: [PATCH 2/2] Try to fix --- sycl/include/syclcompat/traits.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/sycl/include/syclcompat/traits.hpp b/sycl/include/syclcompat/traits.hpp index 8eb1fbdc2f7cc..502fd979d0066 100644 --- a/sycl/include/syclcompat/traits.hpp +++ b/sycl/include/syclcompat/traits.hpp @@ -32,6 +32,7 @@ #include #include #include +#include #include namespace [[deprecated("syclcompat is deprecated")]] syclcompat {