Skip to content
Snippets Groups Projects
  1. Jul 17, 2018
  2. Mar 15, 2018
  3. Jan 18, 2018
  4. Nov 25, 2017
    • Alex Crichton's avatar
      Fix wasm tests · 69784400
      Alex Crichton authored
      Looks like `cargo test` is now trying to test too many files due to
      rust-lang/cargo#4750 so add a clause to the wrapper to ignore the bogus ones for
      now
      69784400
  5. Oct 31, 2017
  6. Oct 27, 2017
  7. Oct 24, 2017
  8. Oct 18, 2017
  9. Sep 25, 2017
  10. Sep 20, 2017
  11. Sep 16, 2017
  12. Aug 27, 2017
    • Alex Crichton's avatar
      Add asmjs/wasm32 to CI · 22b98ded
      Alex Crichton authored
      Rebase of #610 and also move emscripten up much higher in the hierarchy to
      ensure that it doesn't have too much of a ripple effect on other platforms.
      
      This involved moving down a good number of definitions, but hopefully was done
      with care to not break anything!
      22b98ded
  13. Aug 22, 2017
  14. Aug 18, 2017
    • Alex Crichton's avatar
      Remove OpenBSD CI · 201d5394
      Alex Crichton authored
      It's now broken due to changes in the `gcc` crate and having a too-old compiler,
      and in general it's unfortunately architecturally so different from the other
      test frameworks that it's difficult to maintain over time.
      201d5394
  15. Jul 19, 2017
  16. Jul 07, 2017
  17. Jul 03, 2017
  18. Jun 14, 2017
  19. Jun 08, 2017
  20. May 03, 2017
  21. Apr 19, 2017
  22. Feb 23, 2017
  23. Feb 03, 2017
  24. Dec 03, 2016
  25. Dec 02, 2016
  26. Nov 17, 2016
    • Alex Crichton's avatar
      Share the host's `target` directory for tests · c2842463
      Alex Crichton authored
      This helps caching between runs and can help speed up turnaround time for
      various operations. The old android container didn't work out for some reason
      due to permissions so the definition has now been vendored locally to just
      rebuild it each time.
      c2842463
  27. Nov 06, 2016
  28. Oct 14, 2016
  29. Oct 09, 2016
  30. Oct 05, 2016
    • Ian Denhardt's avatar
      Fix musl-i686 CI failures. · cd03b140
      Ian Denhardt authored
      * Override the compiler via CC; ./configure can't seem to detect it.
      * Unset CROSS_COMPILE when running make. Per the comment, we otherwise
        end up invoking commands like i686-ar.
      cd03b140
    • Ian Denhardt's avatar
      Test against newer c libraries · 8ff1c417
      Ian Denhardt authored
      Specifically:
      
      * Update the base docker images to ubuntu 16.10
      * Update musl to version 1.1.15
      
      This is necessary since the versions we were previously using do not
      define CLONE_NEWCGROUP, so adding the symbol to the libc crate causes
      test failures.
      8ff1c417
  31. Sep 15, 2016
  32. Sep 13, 2016
  33. Sep 12, 2016
Loading