Skip to content

Commit

Permalink
Drop freebsd-12 from CI.
Browse files Browse the repository at this point in the history
This reached end of life on 2023-12-31 and is not supported anymore.
  • Loading branch information
bbannier committed Jan 11, 2024
1 parent cec386c commit 57c98d0
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -754,39 +754,3 @@ freebsd13_task:
packages_artifacts:
path: build/spicy*.tar.gz
type: application/gzip

freebsd12_task:
freebsd_instance:
image_family: freebsd-12-4
cpu: 8
memory: 8GB

prepare_script: ./ci/prepare_freebsd.sh

timeout_in: 120m

always:
ccache_cache:
folder: /tmp/ccache
fingerprint_script: echo $CIRRUS_TASK_NAME-$CIRRUS_OS
reupload_on_changes: true

env:
CCACHE_DIR: /tmp/ccache
CCACHE_COMPRESS: 1

update_git_script:
- git submodule update --recursive --init

configure_script:
- ./configure --generator=Ninja --enable-ccache --prefix=/opt/spicy --with-flex=/usr/local --with-bison=/usr/local --enable-werror
build_script:
- ninja -j4 -C build install
test_install_script:
- SPICY_INSTALLATION_DIRECTORY=/opt/spicy make -C tests test
packaging_script:
- ninja -C build package

packages_artifacts:
path: build/spicy*.tar.gz
type: application/gzip

0 comments on commit 57c98d0

Please sign in to comment.