Skip to content
Snippets Groups Projects
  1. Oct 17, 2020
  2. Jul 26, 2020
  3. Apr 07, 2020
  4. Feb 29, 2020
  5. Feb 18, 2020
  6. Oct 15, 2019
  7. Sep 16, 2019
    • gnzlbg's avatar
      Add FreeBSD10 support · 3843c7db
      gnzlbg authored
      This adds libc-test support for Freebsd10 and a CI build job that tests
      FreeBSD10 with LIBC_CI only.
      3843c7db
  8. Sep 11, 2019
  9. Sep 06, 2019
  10. Aug 14, 2019
  11. Aug 07, 2019
  12. May 24, 2019
    • gnzlbg's avatar
      Add a FreeBSD 12 build job and test FreeBSD12 APIs · 7437d0a6
      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.
      7437d0a6
    • gnzlbg's avatar
      Add a nightly FreeBSD Cirrus-CI task · 5653a601
      gnzlbg authored
      5653a601
  13. Dec 07, 2018
Loading