Skip to content

Commit

Permalink
Require LLVM 16 or newer
Browse files Browse the repository at this point in the history
Arch Linux no longer includes LLVM 15 in the main repositories, and
other distributions are also moving towards providing either LLVM 16 or
LLVM 17, with a select few already offering LLVM 18.

Changelog: changed
  • Loading branch information
yorickpeterse committed Mar 26, 2024
1 parent 5cba9c7 commit a35d4ec
Show file tree
Hide file tree
Showing 11 changed files with 171 additions and 169 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
version: '13.2'
environment_variables: 'CARGO_HOME LIBRARY_PATH CARGO_REGISTRIES_CRATES_IO_PROTOCOL'
hypervisor: qemu
image_url: 'https://github.com/inko-lang/freebsd-builder/releases/download/v0.6.5/freebsd-13.2-x86-64.qcow2'
image_url: 'https://github.com/inko-lang/freebsd-builder/releases/download/v0.6.6/freebsd-13.2-x86-64.qcow2'
run: ./ci/freebsd.sh
Loading

0 comments on commit a35d4ec

Please sign in to comment.