Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
rust: [stable, beta]
steps:
- uses: actions/checkout@v4

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Pin the external rk8s checkout

This workflow now satisfies the ../rk8s/... path dependencies by cloning a branch head, so the same scorpiofs commit can build different rfuse3/libfuse-fs code whenever codex/stabilize-libfuse-buck2-races is advanced, force-pushed, or deleted; I checked git clone -h, and --branch just checks out the named branch rather than an immutable revision. Since the lockfile cannot pin path dependencies, please checkout a fixed commit/tag (or make these real git/submodule dependencies) in this step and the matching workflow copies.

Useful? React with 👍 / 👎.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Pin the external rk8s checkout

This workflow now satisfies the ../rk8s/... path dependencies by cloning a branch head, so the same scorpiofs commit can build different rfuse3/libfuse-fs code whenever codex/stabilize-libfuse-buck2-races is advanced, force-pushed, or deleted; I checked git clone -h, and --branch just checks out the named branch rather than an immutable revision. Since the lockfile cannot pin path dependencies, please checkout a fixed commit/tag (or make these real git/submodule dependencies) in this step and the matching workflow copies.

Useful? React with 👍 / 👎.



- name: Install Rust ${{ matrix.rust }}
uses: dtolnay/rust-toolchain@master
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4


- name: Install Rust
uses: dtolnay/rust-toolchain@stable
Expand All @@ -30,6 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4


- name: Install Rust
uses: dtolnay/rust-toolchain@stable
Expand Down Expand Up @@ -62,6 +64,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4


- name: Install Rust
uses: dtolnay/rust-toolchain@stable
Expand Down Expand Up @@ -95,6 +98,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4


- name: Install Rust
uses: dtolnay/rust-toolchain@stable
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4


- name: Install Rust
uses: dtolnay/rust-toolchain@stable
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4


- name: Install Rust
uses: dtolnay/rust-toolchain@stable
Expand Down
110 changes: 67 additions & 43 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading