-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add gsfs support, delete a lot of dead code, integrate jaeger tracing
- Loading branch information
Showing
30 changed files
with
2,024 additions
and
3,952 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ permissions: | |
|
||
env: | ||
RUSTFLAGS: -Dwarnings | ||
CARGO_NET_GIT_FETCH_WITH_CLI: true | ||
|
||
jobs: | ||
test: | ||
|
@@ -33,10 +34,16 @@ jobs: | |
with: | ||
toolchain: ${{matrix.rust}} | ||
components: clippy, rustfmt | ||
- uses: webfactory/[email protected] | ||
with: | ||
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} | ||
|
||
- name: work around Cargo.lock filetime not being updated..? | ||
run: touch Cargo.lock | ||
|
||
- run: make ci | ||
- run: ENABLE_GSFS=0 make update | ||
- run: ENABLE_GSFS=0 make ci | ||
|
||
- run: make push | ||
- run: ENABLE_GSFS=1 make update | ||
- run: ENABLE_GSFS=1 make ci | ||
- run: ENABLE_GSFS=1 make push |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,8 +32,15 @@ jobs: | |
with: | ||
toolchain: ${{matrix.rust}} | ||
components: clippy, rustfmt | ||
- uses: webfactory/[email protected] | ||
with: | ||
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} | ||
|
||
- name: work around Cargo.lock filetime not being updated..? | ||
run: touch Cargo.lock | ||
|
||
- run: make ci | ||
- run: ENABLE_GSFS=0 make update | ||
- run: ENABLE_GSFS=0 make ci | ||
|
||
- run: ENABLE_GSFS=1 make update | ||
- run: ENABLE_GSFS=1 make ci |
Oops, something went wrong.