Skip to content
Snippets Groups Projects
  1. Jun 08, 2017
  2. May 03, 2017
  3. Apr 23, 2017
  4. Apr 19, 2017
  5. Feb 23, 2017
  6. Feb 03, 2017
  7. Jan 18, 2017
  8. Jan 17, 2017
  9. Dec 15, 2016
    • Christian Legnitto's avatar
      Fix doc generation on travis. · a41c0746
      Christian Legnitto authored
      Documentation generation appears to be failing on master (https://travis-ci.org/rust-lang/libc/jobs/183483333):
      
      ```
      Collecting ghp-import
        Downloading ghp-import-0.4.1.tar.gz
      Collecting travis
        Could not find a version that satisfies the requirement travis (from versions: )
      No matching distribution found for travis
      ```
      
      Basically `--user` doesn't appear to take an option, so `pip install ghp_import --user $USER` makes pip think the user is a package that needs to be installed (in this case `travis`). As there is no `travis` package, it dies.
      a41c0746
  10. Dec 03, 2016
  11. Dec 02, 2016
  12. 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
  13. Nov 06, 2016
  14. Oct 14, 2016
  15. Oct 09, 2016
  16. 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
  17. Sep 30, 2016
  18. Sep 15, 2016
  19. Sep 13, 2016
  20. Sep 12, 2016
  21. Sep 11, 2016
  22. Sep 09, 2016
  23. Aug 28, 2016
  24. Aug 27, 2016
  25. Jun 15, 2016
    • Alex Crichton's avatar
      Use docker for all CI tests and images · 3eb4a48b
      Alex Crichton authored
      Previously we were somewhat half-Docker, half-Travis, half apt-get, etc. This
      commit alters the CI infrastructure to use Docker images for each target. This
      should make it much easier to update the images and tweak various bits and
      pieces of installed software. Additionally, it's also much clearer now what's
      needed for each suite of tests!
      
      Some images were updated a bit (e.g. musl is now 1.1.14), but other images
      encountered failures when updating so they're not getting updated just yet.
      3eb4a48b
  26. Apr 25, 2016
  27. Mar 28, 2016
  28. Mar 03, 2016
Loading