Skip to content

Commit

Permalink
Update CI for LLVM 17
Browse files Browse the repository at this point in the history
In addition we no longer run tests against Arch Linux, as Arch not
shipping the right LLVM versions reliably makes this too annoying.
  • Loading branch information
yorickpeterse committed Jul 1, 2024
1 parent f3d5cd5 commit 2502ab9
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 25 deletions.
1 change: 0 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:
fail-fast: false
matrix:
image:
- arch
- debian
- fedora
- ubuntu
Expand Down
17 changes: 0 additions & 17 deletions ci/docker/arch/Dockerfile

This file was deleted.

4 changes: 2 additions & 2 deletions ci/docker/debian/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM debian:12
FROM debian:trixie

ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL sparse
ENV LLVM_VERSION 16
ENV LLVM_VERSION 17
ENV RUST_VERSION 1.70

ENV PATH /opt/cargo/bin:$PATH
Expand Down
4 changes: 2 additions & 2 deletions ci/docker/fedora/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM registry.fedoraproject.org/fedora:39
FROM registry.fedoraproject.org/fedora:40

ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL sparse
ENV LLVM_VERSION 16
ENV LLVM_VERSION 17
ENV RUST_VERSION 1.70

ENV PATH /opt/cargo/bin:$PATH
Expand Down
4 changes: 2 additions & 2 deletions ci/docker/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:23.04
FROM ubuntu:24.04

ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL sparse
ENV LLVM_VERSION 16
ENV LLVM_VERSION 17
ENV RUST_VERSION 1.70

ENV PATH /opt/cargo/bin:$PATH
Expand Down
2 changes: 1 addition & 1 deletion ci/mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

LLVM_VERSION='16'
LLVM_VERSION='17'
RUST_VERSION='1.70'

echo "::group::Installing Homebrew packages"
Expand Down

0 comments on commit 2502ab9

Please sign in to comment.