Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #4461 from mpranj/freebsd-13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mpranj authored Sep 10, 2022
2 parents 635ca62 + 24c8739 commit e3c31c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,23 +30,25 @@ task:
freebsd_instance:
cpu: 4
memory: 8G
image_family: freebsd-12-2
image_family: freebsd-12-3

- name: 😈 FreeBSD 13
freebsd_instance:
cpu: 4
memory: 8G
image_family: freebsd-13-0
image_family: freebsd-13-1

- name: 😈 ASAN
freebsd_instance:
cpu: 8
memory: 8G
image_family: freebsd-13-0
image_family: freebsd-13-1
env:
ENABLE_ASAN: ON

install_script:
- pkg update -f
- pkg upgrade -y
- >
pkg install -y
bison
Expand Down
2 changes: 1 addition & 1 deletion doc/news/_preparation_next_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ you up-to-date with the multi-language support provided by Elektra.

### Cirrus

- <<TODO>>
- Update FreeBSD images to 13.1 and 12.3 and update packages before builds. _(Mihael Pranjić @mpranj)_
- <<TODO>>
- <<TODO>>
- <<TODO>>
Expand Down

0 comments on commit e3c31c7

Please sign in to comment.