- Apr 07, 2020
-
-
Yuki Okushi authored
-
- Feb 29, 2020
-
-
Yuki Okushi authored
-
- Feb 18, 2020
-
-
Yuki Okushi authored
-
- Oct 15, 2019
-
-
Mateusz Mikuła authored
-
- Sep 16, 2019
-
-
gnzlbg authored
This adds libc-test support for Freebsd10 and a CI build job that tests FreeBSD10 with LIBC_CI only.
-
- Sep 11, 2019
-
-
Mateusz Mikuła authored
-
- Sep 06, 2019
-
-
gnzlbg authored
-
- Aug 14, 2019
- Aug 07, 2019
-
-
Alan Somers authored
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.
-
Alan Somers authored
-
- May 24, 2019
-
-
gnzlbg authored
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.
-
gnzlbg authored
-
- Dec 07, 2018
-
-
Alan Somers authored
Fixes #1163
-