summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2022-09-20 09:27:42 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2022-09-20 09:27:42 +0200
commit2e44ef9f86581c288e05af23857a47fa7c651989 (patch)
tree2b35705843a856fb75770ab8225c2b5598fbb84c /.github/workflows
parent42c90afca38a9fd0b5a0b17906a14d72c18b7979 (diff)
downloadATCD-2e44ef9f86581c288e05af23857a47fa7c651989.tar.gz
Let us try clang15
* .github/workflows/linux.yml:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/linux.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index ca098946938..179f73bcf16 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -118,6 +118,12 @@ jobs:
Repo: llvm-toolchain-$(lsb_release -cs)-14
platform_file: include $(ACE_ROOT)/include/makeinclude/platform_linux_clang.GNU
os: ubuntu-22.04
+ - CC: clang-15
+ CXX: clang++-15
+ PackageDeps: clang-15
+ Repo: llvm-toolchain-$(lsb_release -cs)-15
+ platform_file: include $(ACE_ROOT)/include/makeinclude/platform_linux_clang.GNU
+ os: ubuntu-22.04
- feature: CORBA/e micro
CC: gcc-10
CXX: g++-10