Skip to content

Commit

Permalink
Turn off LLVM 17 in FreeBSD.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter committed Sep 22, 2023
1 parent ab158dd commit e452013
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
# LLVM_VERSION: 17 # not available as of 2023-09-21
install_script: pkg install -y bash coreutils cmake gmake llvm$LLVM_VERSION
script: |
export CC=cc
Expand Down

0 comments on commit e452013

Please sign in to comment.