-
Notifications
You must be signed in to change notification settings - Fork 4
fix(antares): use local fuse layer for metadata writes #9
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
Changes from all commits
058c54f
e25e706
dbeb71e
7fd4cbc
c442442
5728f49
fa60cbd
286147c
1f41841
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -18,6 +18,7 @@ jobs: | |
| rust: [stable, beta] | ||
| steps: | ||
| - uses: actions/checkout@v4 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
This workflow now satisfies the Useful? React with 👍 / 👎. |
||
|
|
||
|
|
||
| - name: Install Rust ${{ matrix.rust }} | ||
| uses: dtolnay/rust-toolchain@master | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This workflow now satisfies the
../rk8s/...path dependencies by cloning a branch head, so the same scorpiofs commit can build differentrfuse3/libfuse-fscode whenevercodex/stabilize-libfuse-buck2-racesis advanced, force-pushed, or deleted; I checkedgit clone -h, and--branchjust 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 👍 / 👎.