lkml.org 
[lkml]   [2022]   [Aug]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH liburing v1 1/3] github bot: Upgrade clang version to 16
Date
From: Ammar Faizi <ammarfaizi2@gnuweeb.org>

clang-16 is now available, use it.

Signed-off-by: Ammar Faizi <ammarfaizi2@gnuweeb.org>
---
.github/workflows/build.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 333929c..2608644 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -91,15 +91,15 @@ jobs:
uses: actions/checkout@v2

- name: Install Compilers
run: |
if [[ "${{matrix.cc_pkg}}" == "clang" ]]; then \
wget https://apt.llvm.org/llvm.sh -O /tmp/llvm.sh; \
- sudo bash /tmp/llvm.sh 15; \
- sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-15 400; \
- sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-15 400; \
+ sudo bash /tmp/llvm.sh 16; \
+ sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-16 400; \
+ sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-16 400; \
else \
sudo apt-get update -y; \
sudo apt-get install -y ${{matrix.cc_pkg}} ${{matrix.cxx_pkg}}; \
fi;

- name: Display compiler versions
--
Ammar Faizi
\
 
 \ /
  Last update: 2022-08-31 02:49    [W:0.034 / U:0.332 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site