Skip to content
Snippets Groups Projects
  1. Mar 01, 2020
  2. Feb 29, 2020
  3. Feb 25, 2020
  4. Feb 19, 2020
  5. Feb 18, 2020
  6. Feb 12, 2020
    • Vickenty Fesunov's avatar
      Use explicit path for GNU find · 828e9b54
      Vickenty Fesunov authored
      Recent build of vs2017-win2016 image does not have GNU find in path.
      Instead, Windows built-in version was invoked, causing `Find GCC libraries`
      Azure CI stage to fail.
      828e9b54
    • Vickenty Fesunov's avatar
      Fix CI for demoted targets · 1c5dab1e
      Vickenty Fesunov authored
      i686-apple-darwin and other 32bit Apple targets ware demoted to tier-3 due
      to lack of support from the vendor, and is no longer available from rustup
      for nightly, shortly beta.
      
      DockerOSX32 job was removed as it only tests on nightly. BuildChannelsOSX job
      will continue testing on these targets on older compilers (stable and below).
      1c5dab1e
  7. Dec 16, 2019
    • Alex Crichton's avatar
      Update bindings for the wasm32-wasi target · 93743ca8
      Alex Crichton authored
      This commit performs a number of updates for libc with the `wasm32-wasi`
      target:
      
      * Updates the `wasi-libc` repository commit used (previously known as
        `wasi-sysroot`)
      * Updates the container to Ubuntu 19.10 which has Clang 9 packaged which
        is all we need.
      * Avoids building `wasmtime` and instead downloads a precompiled binary.
      * Updates bindings in `src/wasi.rs` to match the current upstream state.
      93743ca8
  8. Nov 28, 2019
  9. Nov 27, 2019
  10. Nov 19, 2019
  11. Nov 13, 2019
  12. Oct 29, 2019
  13. Oct 22, 2019
    • Pietro Albini's avatar
      ci: switch mirrors to use our CDN · 5df4b8d0
      Pietro Albini authored
      We recently added a CDN in front of our CI mirrors as it's faster and
      cheaper for us. This switches libc's CI to use it instead of accessing
      the underlying bucket directly.
      5df4b8d0
  14. Oct 17, 2019
  15. Oct 16, 2019
  16. Oct 15, 2019
  17. Sep 22, 2019
  18. Sep 20, 2019
  19. Sep 12, 2019
  20. Aug 27, 2019
  21. Aug 26, 2019
  22. Aug 21, 2019
    • Pietro Albini's avatar
      ci: switch to the rust-lang-ci-mirrors bucket for mirrors · 30133d9d
      Pietro Albini authored
      Previously mirrors were stored in the rust-lang-ci2 bucket, which is
      meant to store temporary data (the CI artifacts). This switches the code
      to fetch from the new mirrors bucket.
      
      The old files won't be removed, but they won't be backed up either.
      30133d9d
  23. Aug 19, 2019
Loading