Skip to content
Snippets Groups Projects
  1. 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
      Consolidate and fix musl-specific definitions. · 0ecafc31
      Ian Denhardt authored
      Musl 1.1.14 defined these incorrectly, and we followed suit. They're
      fixed in 1.1.15, so we fix them here as well.
      
      Since these are kernel ABIs, the correct values match other libc
      implementations, so we move them up to the topmost module possible.
      0ecafc31
    • 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
    • Ian Denhardt's avatar
      Define CLONE_NEWCGROUP · 2faafb38
      Ian Denhardt authored
      Currently restricted to non-Android Linux. In theory this should work on
      Android as well (since it's a function of the kernel ABI), but the
      released version of the NDK doesn't export it, so putting it in
      `notbsd/mod.rs` makes Travis very unhappy.
      2faafb38
  2. Sep 30, 2016
  3. Sep 29, 2016
  4. Sep 28, 2016
  5. Sep 27, 2016
  6. Sep 26, 2016
  7. Sep 25, 2016
  8. Sep 24, 2016
  9. Sep 23, 2016
  10. Sep 18, 2016
  11. Sep 17, 2016
  12. Sep 16, 2016
  13. Sep 15, 2016
  14. Sep 14, 2016
Loading