Skip to content
Snippets Groups Projects
  1. Apr 13, 2020
  2. Apr 11, 2020
  3. Apr 07, 2020
  4. Apr 04, 2020
  5. Mar 21, 2020
    • Daniel's avatar
      ci: allow overriding run-docker.sh CARGO_HOME. · 20cd6255
      Daniel authored
      The `ci/run-docker.sh` utility script adds a `--volume` argument to the
      `docker` command to mount the Cargo home directory of the host machine
      into the container at `/cargo`.
      
      Prior to this patch the host's Cargo home directory is assumed to be the
      `dirname` of the `dirname` of the `cargo` command's path. That works in
      most cases where the host machine installed rust with vanilla
      `rustup`. It may fail if the host machine used a different method.
      
      For example if the host machine used the Archlinux rustup package[0]
      then `cargo` is installed to `/usr/bin/cargo` and the `run-docker.sh`
      script incorrectly mounts `/usr/` to the `/cargo` directory of the test
      container.
      
      This patch allows specifying an explicit `CARGO_HOME` to the
      `ci/run-docker.sh` script so that users with a non-standard cargo dir
      can use the utility without modification. By default if no `CARGO_HOME`
      is set then the legacy behaviour is used and `CARGO_HOME` defaults to
      the `dirname` of the `dirname` of the `cargo` command is used.
      
      [0]: https://wiki.archlinux.org/index.php/rust#Arch_Linux_package
      20cd6255
  6. Mar 15, 2020
  7. Mar 12, 2020
  8. Mar 08, 2020
  9. Mar 05, 2020
  10. Mar 04, 2020
  11. Mar 03, 2020
  12. Mar 02, 2020
  13. Mar 01, 2020
  14. Feb 29, 2020
  15. Feb 25, 2020
  16. Feb 19, 2020
  17. Feb 18, 2020
  18. 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
  19. 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
  20. Nov 28, 2019
  21. Nov 27, 2019
  22. Nov 19, 2019
Loading