Skip to content

Commit

Permalink
Github CI: Drop llvm-16, enable llvm-17 and 18
Browse files Browse the repository at this point in the history
There are no SUSE products using llvm-16, hence drop it in favor of
llvm-17 and llvm-18.

Note that this does not drop support for llvm-16. However, this is a
step towards that, as supporting it may not interest no one.

Signed-off-by: Giuliano Belinassi <[email protected]>
  • Loading branch information
giulianobelinassi committed Jul 8, 2024
1 parent b0f2bd8 commit 57e7a31
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@ jobs:
opensuse: [tumbleweed]
compiler: [clang]
build-type: [debug, release]

# include:
# - build-type: debug
# - build-type: release
version: [17, 18]

container:
image: opensuse/${{ matrix.opensuse }}
options: --privileged

steps:
- name: dependencies
run: zypper -n install libelf-devel
llvm16-libclang13 clang16-devel libclang-cpp16
clang-tools libLLVM16 llvm16 llvm16-devel meson ninja
gcc findutils bash
run: zypper -n install
libclang-cpp${{ matrix.version }}
clang${{ matrix.version }}-devel
libLLVM${{ matrix.version }}
llvm${{ matrix.version }}
llvm${{ matrix.version }}-devel
meson ninja clang-tools gcc findutils bash libelf-devel
- uses: actions/checkout@v2
- name: meson
run: meson setup build --buildtype=${{ matrix.build-type }} --native-file ce-native.ini
Expand Down

0 comments on commit 57e7a31

Please sign in to comment.