Skip to content

Commit 4da7e66

Browse files
[SYCL][CI] Fix failing check-sycl in Nightly on Ubuntu 22.04 (#20228)
Fixes #20218. CI changes are necessary to reproduce/verify with manual dispatch of `sycl-linux-build.yml`.
1 parent a671d25 commit 4da7e66

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/sycl-linux-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,13 @@ on:
9393
type: choice
9494
options:
9595
- "[]"
96+
- '[sycl]'
9697
- '[llvm, clang, sycl, llvm_spirv, xptifw, libclc]'
9798
build_image:
9899
type: choice
99100
options:
100101
- 'ghcr.io/intel/llvm/sycl_ubuntu2404_nightly:latest'
102+
- 'ghcr.io/intel/llvm/ubuntu2204_build:latest'
101103
cc:
102104
type: choice
103105
options:

sycl/include/syclcompat/traits.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
#include <sycl/nd_item.hpp>
3333
#include <sycl/nd_range.hpp>
3434
#include <sycl/range.hpp>
35+
#include <tuple>
3536
#include <type_traits>
3637

3738
namespace [[deprecated("syclcompat is deprecated")]] syclcompat {

0 commit comments

Comments
 (0)