From 71a7bc7d9b3a9dc3cb1bbc5f9e3eb7cf25a3abc5 Mon Sep 17 00:00:00 2001 From: Ben Deane Date: Fri, 19 Jul 2024 14:16:52 -0600 Subject: [PATCH] :construction_worker: Reinstate clang-18 libc++ in CI --- .github/workflows/unit_tests.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index ec167baa..2ca1e92a 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -40,6 +40,11 @@ jobs: compiler: clang install: wget https://apt.llvm.org/llvm.sh && chmod +x llvm.sh && sudo ./llvm.sh 18 toolchain_root: "/usr/lib/llvm-18" + - version: 18 + compiler: clang + stdlib: libc++ + install: wget https://apt.llvm.org/llvm.sh && chmod +x llvm.sh && sudo ./llvm.sh 18 && sudo apt install -y libc++-18-dev libc++abi-18-dev + cxx_flags: "-stdlib=libc++" - version: 17 compiler: clang install: wget https://apt.llvm.org/llvm.sh && chmod +x llvm.sh && sudo ./llvm.sh 17 @@ -91,9 +96,6 @@ jobs: cxx: "g++-12" cxx_flags: "" exclude: - - compiler: clang - version: 18 - stdlib: libc++ - compiler: gcc version: 18 - compiler: gcc