mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-24 13:53:11 +00:00
Test on more FreeBSD versions
Added 14.0-RELEASE Added 15-CURRENT Added 14-STABLE Added 13-STABLE 13.0-RELEASE will be updated when 13.3-RELEASE comes out.
This commit is contained in:
19
.cirrus.yml
19
.cirrus.yml
@@ -27,9 +27,22 @@ task:
|
|||||||
UNCOMMON_CONFIG:
|
UNCOMMON_CONFIG:
|
||||||
- env:
|
- env:
|
||||||
UNCOMMON_CONFIG: --with-lg-page=16 --with-malloc-conf=tcache:false
|
UNCOMMON_CONFIG: --with-lg-page=16 --with-malloc-conf=tcache:false
|
||||||
freebsd_instance:
|
matrix:
|
||||||
matrix:
|
- name: 15-CURRENT
|
||||||
image: freebsd-13-0-release-amd64
|
freebsd_instance:
|
||||||
|
image_family: freebsd-15-0-snap
|
||||||
|
- name: 14-STABLE
|
||||||
|
freebsd_instance:
|
||||||
|
image_family: freebsd-14-0-snap
|
||||||
|
- name: 14.0-RELEASE
|
||||||
|
freebsd_instance:
|
||||||
|
image_family: freebsd-14-0
|
||||||
|
- name: 13-STABLE
|
||||||
|
freebsd_instance:
|
||||||
|
image_family: freebsd-13-2-snap
|
||||||
|
- name: 13.0-RELEASE
|
||||||
|
freebsd_instance:
|
||||||
|
image_family: freebsd-13-0
|
||||||
install_script:
|
install_script:
|
||||||
- sed -i.bak -e 's,pkg+http://pkg.FreeBSD.org/\${ABI}/quarterly,pkg+http://pkg.FreeBSD.org/\${ABI}/latest,' /etc/pkg/FreeBSD.conf
|
- sed -i.bak -e 's,pkg+http://pkg.FreeBSD.org/\${ABI}/quarterly,pkg+http://pkg.FreeBSD.org/\${ABI}/latest,' /etc/pkg/FreeBSD.conf
|
||||||
- pkg upgrade -y
|
- pkg upgrade -y
|
||||||
|
|||||||
Reference in New Issue
Block a user