summaryrefslogtreecommitdiff
path: root/.cirrus.yml
Commit message (Collapse)AuthorAgeFilesLines
* Pin FreeBSD 14 version on CIYuki Okushi2023-04-171-1/+1
| | | | Signed-off-by: Yuki Okushi <jtitor@2k36.org>
* Install libnghttp2 on all FreeBSD jobsYuki Okushi2023-04-091-2/+2
| | | | Signed-off-by: Yuki Okushi <jtitor@2k36.org>
* Upgrade FreeBSD 14 imageYuki Okushi2023-01-311-4/+4
| | | | Signed-off-by: Yuki Okushi <jtitor@2k36.org>
* freebsd 14 add ptrace_sc_remote.David Carlier2023-01-191-1/+1
|
* Update FreeBSD 12 CI environment to 12.4Alan Somers2022-12-051-1/+1
|
* Update FreeBSD 13 CI image to 13.1Alan Somers2022-10-011-1/+1
| | | | 13.0 is EoL.
* Fix the tests on the latest FreeBSD 14.0-CURRENTAlan Somers2022-09-031-1/+1
|
* Remove FreeBSD 11 from CIAmanieu d'Antras2022-05-051-15/+0
| | | | | FreeBSD 11 is EOL and packages for it are no longer provided, which causes the CI job to fail.
* Update FreeBSD 12 CI image to 12.3. 12.2 is EoL.Alan Somers2022-04-141-1/+1
| | | | | 11.4 is also EoL, but we need to keep testing on FreeBSD 11 since we expose a FreeBSD 11 ABI.
* freebsd 14 add new PT_GETREGSET/PT_SETREGSET flagDavid CARLIER2022-02-031-1/+1
|
* Update the FreeBSD 14 CI imageAlan Somers2022-01-191-1/+1
|
* Add FreeBSD 14 CIYuki Okushi2021-11-171-0/+14
|
* Use released Rustup 1.24.3Yuki Okushi2021-06-091-4/+0
|
* Use Rustup v1.24.3 beta on FreeBSD CIYuki Okushi2021-06-021-5/+3
|
* Upgrade FreeBSD 13 image to `freebsd-13-0-release`Yuki Okushi2021-05-221-1/+1
|
* Set `RUSTUP_IO_THREADS=1` to avoid the installation failure on FreeBSD CIYuki Okushi2021-05-221-0/+4
|
* Refactor freebsd to add a new FreeBSD 13 moduleAlan Somers2021-01-291-1/+1
|
* Update to FreeBSD 12.2Yuki Okushi2020-10-311-1/+1
|
* Drop FreeBSD 10 and add FreeBSD 13 image on Cirrus CIYuki Okushi2020-10-171-11/+12
|
* Update FreeBSD 11 to 11.4-RELEASEYuki Okushi2020-07-271-1/+1
|
* Update freebsd 12 imageYuki Okushi2020-04-081-1/+1
|
* Remove trailing spacesYuki Okushi2020-02-291-3/+3
|
* Upgrade freebsd-11 stableYuki Okushi2020-02-191-1/+1
|
* Use minimal profile for rustupMateusz Mikuła2019-10-151-3/+3
|
* Add FreeBSD10 supportgnzlbg2019-09-161-0/+14
| | | | | This adds libc-test support for Freebsd10 and a CI build job that tests FreeBSD10 with LIBC_CI only.
* Test FreeBSD 12 on latest nightlyMateusz Mikuła2019-09-111-1/+1
|
* Fix the nightly FreeBSD12 toolchain to one without the build.rs buggnzlbg2019-09-061-1/+1
|
* Test ABI without LIBC_CI on all supported FreeBSD versionsgnzlbg2019-08-141-15/+2
|
* Add a build task for FreeBSD11 without LIBC_CIgnzlbg2019-08-141-2/+17
|
* Switch FreeBSD's CI image to stable/11Alan Somers2019-08-071-1/+1
| | | | | | The 11.3-release GCE image isn't working due to a bug in the included py36-google-compute-engine package, but that bug is fixed in the latest stable/11 images.
* Upgrade FreeBSD's CI image to release 11.3Alan Somers2019-08-071-1/+1
|
* Add a FreeBSD 12 build job and test FreeBSD12 APIsgnzlbg2019-05-241-7/+8
| | | | | | | | | | | | | | | | | | | | | This commits adds a second FreeBSD 12 build job, and splits the implementation of the FreeBSD module into two modules, one for FreeBSD 11, and one for FreeBSD 12. The FreeBSD 11 module is compiled always by default, and is mostly forward compatible with FreeBSD 12 systems. The FreeBSD 12 module is only built for now in libc's CI, and uses FreeBSD 12 data types and APIs, linking to symbols that are only available in FreeBSD 12. Basically, when LIBC_CI env variable is defined, and the host system is a FreeBSD 12 system, then the FreeBSD 12 module is automatically built and tested. Conditional compilation is done using a `cfg(freebsd12)` flag. This commit also re-enables many tests, and documents why some remain disabled.
* Add a nightly FreeBSD Cirrus-CI taskgnzlbg2019-05-241-3/+15
|
* Move FreeBSD testing from Travis/QEMU to Cirrus-CIAlan Somers2018-12-071-0/+14
Fixes #1163