Skip to content

Commit

Permalink
Cirrus CI: Get FreeBSD working again after their LLVM 9 => 15 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kinke committed Apr 15, 2023
1 parent 5e5acf8 commit d5ccaae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -387,9 +387,9 @@ task:
<< : *PACKAGING_STEPS_TEMPLATE

task:
name: FreeBSD 12.2 x64
name: FreeBSD 12.4 x64
freebsd_instance:
image_family: freebsd-12-2
image_family: freebsd-12-4
cpu: 4
memory: 8G
timeout_in: 60m
Expand All @@ -402,11 +402,11 @@ task:
-DEXTRA_CXXFLAGS=-flto=full
PARALLELISM: 4
# use clang from the `llvm` ports package to be installed, incl. lld support for .deplibs (`pragma(lib, "execinfo")`)
CC: clang90
CC: clang-15
install_prerequisites_script: |
cd $CIRRUS_WORKING_DIR/..
sysctl -n hw.ncpu
pkg install -y git cmake ninja gmake llvm bash gtar 7-zip
pkg install -y git cmake ninja gmake llvm llvm9 bash gtar 7-zip
python3 --version
python3 -m ensurepip
# Download & extract host LDC
Expand Down

0 comments on commit d5ccaae

Please sign in to comment.