Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cross-rs/cross
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.4
Choose a base ref
...
head repository: cross-rs/cross
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.5
Choose a head ref
  • 13 commits
  • 18 files changed
  • 4 contributors

Commits on Feb 4, 2023

  1. Configuration menu
    Copy the full SHA
    72cff12 View commit details
    Browse the repository at this point in the history
  2. allow advisory

    Emilgardis committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    3c5830e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7066379 View commit details
    Browse the repository at this point in the history
  4. Fix SELinux labels to allow shared use.

    Ensure that the volumes are not mounted as private, unshared volumes since we might mount with the host filesystem. This also fixes permissions issues with reading data from a mounted volume using a rootless container engine.
    
    (cherry picked from commit ee3c972)
    Alexhuszagh authored and Emilgardis committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    cf4c6bc View commit details
    Browse the repository at this point in the history
  5. freebsd: include memstat in build image

    (cherry picked from commit fc3df66)
    taiki-e authored and Emilgardis committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    bbcc0cb View commit details
    Browse the repository at this point in the history
  6. copy kvm

    (cherry picked from commit 33ee940)
    Emilgardis committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    47452d6 View commit details
    Browse the repository at this point in the history
  7. Simplify FreeBSD package installs.

    (cherry picked from commit 81c1e59)
    Alexhuszagh authored and Emilgardis committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    b6813bf View commit details
    Browse the repository at this point in the history
  8. Fix error when using certain config values in Cargo.toml

    `pre-build = "file"` had a bad serialization
    
    (cherry picked from commit 6a57d01)
    Emilgardis committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    d719020 View commit details
    Browse the repository at this point in the history
  9. changelog

    Emilgardis committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    b95898a View commit details
    Browse the repository at this point in the history
  10. Release v0.2.5

    Emilgardis committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    8536aa8 View commit details
    Browse the repository at this point in the history
  11. Merge #1201

    1201: Release v0.2.5 r=Emilgardis a=Emilgardis
    
    See #962 (comment)
    
    includes
    
    ee3c972 #962
    fc3df66 #1166
    33ee940 in #997
    81c1e59 #950
    6a57d01 #1183
    
    Co-authored-by: Emil Gardström <emil.gardstrom@gmail.com>
    Co-authored-by: Alex Huszagh <ahuszagh@gmail.com>
    Co-authored-by: Taiki Endo <te316e89@gmail.com>
    4 people authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    570936d View commit details
    Browse the repository at this point in the history
  12. remove .git on binary installation

    (cherry picked from commit d704a38)
    Emilgardis committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    b89a0ad View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    88f49ff View commit details
    Browse the repository at this point in the history
Loading