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

some fixes to prepare to publish composefs 0.2.0 crate #39

Merged
merged 4 commits into from
Nov 20, 2024

Commits on Nov 20, 2024

  1. fs: fix rustix API nag

    This got fixed in the last release (which was after the workflow ran in
    the PR where we merged this).
    
    Signed-off-by: Allison Karlitskaya <[email protected]>
    allisonkarlitskaya committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    61f61bb View commit details
    Browse the repository at this point in the history
  2. Cargo.toml: prune deps/features

    We have some features we don't actually need, and we're not using the
    "rand" crate at all (since we import tempfile in c6821e8).
    
    Signed-off-by: Allison Karlitskaya <[email protected]>
    allisonkarlitskaya committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    1fcec51 View commit details
    Browse the repository at this point in the history
  3. Cargo.toml: don't dist examples/

    We've been copying around the problem code from examples/uki/ (a
    dangling symlink).  Just exclude all of examples/.
    
    Signed-off-by: Allison Karlitskaya <[email protected]>
    allisonkarlitskaya committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    263b0e7 View commit details
    Browse the repository at this point in the history
  4. .github/workflows: Add a publish dry-run to tests

    This regressed at some point and we didn't catch it.  Let's check it on
    each PR.
    
    Signed-off-by: Allison Karlitskaya <[email protected]>
    allisonkarlitskaya committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    bd79c24 View commit details
    Browse the repository at this point in the history