Skip to content

Commit 702eca0

Browse files
author
Pavel Chupin
authored
[CI] Uplift clang 13->15 in post-commit (#7672)
Update post-commit task where we build SYCL toolchain with clang instead of GCC
1 parent 97641e1 commit 702eca0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/sycl_post_commit.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ jobs:
6565
- name: Configure
6666
run: |
6767
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
68-
sudo add-apt-repository "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-13 main"
68+
sudo add-apt-repository "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-15 main"
6969
sudo apt-get update
70-
sudo apt-get install -y clang-13
71-
export CC="clang-13"
72-
export CXX="clang++-13"
70+
sudo apt-get install -y clang-15
71+
export CC="clang-15"
72+
export CXX="clang++-15"
7373
mkdir -p $GITHUB_WORKSPACE/build
7474
cd $GITHUB_WORKSPACE/build
7575
python3 $GITHUB_WORKSPACE/src/buildbot/configure.py -w $GITHUB_WORKSPACE \

0 commit comments

Comments
 (0)