Skip to content

Commit

Permalink
Turn LLVM 17 back on in FreeBSD.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter committed Nov 21, 2023
1 parent 8fa606c commit 0c18ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ freebsd_task:
# LLVM_VERSION: 14
LLVM_VERSION: 15
LLVM_VERSION: 16
# LLVM_VERSION: 17 # not available as of 2023-09-21
LLVM_VERSION: 17
install_script: pkg install -y bash coreutils cmake gmake llvm$LLVM_VERSION
script: |
export CC=cc
Expand Down

0 comments on commit 0c18ee5

Please sign in to comment.