Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge New CI Infrastructure Based on Trust/Cross Into Master #536

Merged
merged 28 commits into from
Apr 15, 2017

Commits on Apr 9, 2017

  1. Removed old ci infrastructure.

    berkowski authored and Susurrus committed Apr 9, 2017
    Configuration menu
    Copy the full SHA
    52963ab View commit details
    Browse the repository at this point in the history
  2. Added ci templates from trust v0.1.1

    berkowski authored and Susurrus committed Apr 9, 2017
    Configuration menu
    Copy the full SHA
    ee2bff1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    129a9d8 View commit details
    Browse the repository at this point in the history
  4. Updated .travis.yml

    berkowski authored and Susurrus committed Apr 9, 2017
    Configuration menu
    Copy the full SHA
    399b1c1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc09d70 View commit details
    Browse the repository at this point in the history
  6. Added/removed CI arches.

    Added:
      - arm-unknown-linux-gnueabi
      - arm-unknown-linux-musleabi
    
    Removed:
      - powerpc64-unknown-linux-gnu (not suppported by nix)
      - mips64el-unknown-linux-gnu (not suppported by nix)
      - mipsel-unknown-linux-gnu (not suppported by nix)
    berkowski authored and Susurrus committed Apr 9, 2017
    Configuration menu
    Copy the full SHA
    9adff82 View commit details
    Browse the repository at this point in the history
  7. Removed arches.

    Removed:
      - mips64-unknown-linux-gnu
      - mips64el-unknown-linux-gnu
      - arm-unknown-linux-musleabi
    berkowski authored and Susurrus committed Apr 9, 2017
    Configuration menu
    Copy the full SHA
    ed0c6d3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c1dd033 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1e84da2 View commit details
    Browse the repository at this point in the history
  10. Disable tests on BSD targets.

    berkowski authored and Susurrus committed Apr 9, 2017
    Configuration menu
    Copy the full SHA
    cb416ee View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    22c37c2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a859ee3 View commit details
    Browse the repository at this point in the history
  13. Fixes #532

    berkowski authored and Susurrus committed Apr 9, 2017
    Configuration menu
    Copy the full SHA
    2196717 View commit details
    Browse the repository at this point in the history
  14. Fixed constants for MIPS

    berkowski authored and Susurrus committed Apr 9, 2017
    Configuration menu
    Copy the full SHA
    3354ffe View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0db6ed1 View commit details
    Browse the repository at this point in the history
  16. Fixed failing ioctl tests.

    berkowski authored and Susurrus committed Apr 9, 2017
    Configuration menu
    Copy the full SHA
    57169b8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    334e826 View commit details
    Browse the repository at this point in the history
  18. Added missing syscalls for powerpc

    berkowski authored and Susurrus committed Apr 9, 2017
    Configuration menu
    Copy the full SHA
    90b22ff View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d623db9 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    09c00ed View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    56d20ca View commit details
    Browse the repository at this point in the history
  22. Updated changelog.

    berkowski authored and Susurrus committed Apr 9, 2017
    Configuration menu
    Copy the full SHA
    a833554 View commit details
    Browse the repository at this point in the history
  23. ci: remove thread parallelism

    Fixes #529, also refer to
    #529 which first added this
    for the old CI infrastructure.
    
    Signed-off-by: Paul Osborne <osbpau@gmail.com>
    posborne authored and Susurrus committed Apr 9, 2017
    Configuration menu
    Copy the full SHA
    a8cf6cb View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2017

  1. Configuration menu
    Copy the full SHA
    86f6aa3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cfbb09 View commit details
    Browse the repository at this point in the history
  3. Increase minimum supported Rust version.

    We need to raise it up to 1.13 because our test infrastructure requires it
    Susurrus committed Apr 15, 2017
    Configuration menu
    Copy the full SHA
    a076c7f View commit details
    Browse the repository at this point in the history
  4. Update changelog

    Some entries were erroneously listed under the 0.8.0 release.
    Susurrus committed Apr 15, 2017
    Configuration menu
    Copy the full SHA
    48d142f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    56f5a0a View commit details
    Browse the repository at this point in the history