-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into renji/fix-6554
- Loading branch information
Showing
61 changed files
with
2,582 additions
and
606 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
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 |
---|---|---|
|
@@ -29,7 +29,7 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
job: | ||
- { os: ubuntu-22.04 , features: unix } | ||
- { os: ubuntu-24.04 , features: unix } | ||
env: | ||
SCCACHE_GHA_ENABLED: "true" | ||
RUSTC_WRAPPER: "sccache" | ||
|
@@ -39,7 +39,7 @@ jobs: | |
- name: Run sccache-cache | ||
uses: mozilla-actions/[email protected] | ||
- name: Prepare, build and test | ||
uses: vmactions/freebsd-vm@v1.0.8 | ||
uses: vmactions/freebsd-vm@v1.1.1 | ||
with: | ||
usesh: true | ||
sync: rsync | ||
|
@@ -120,7 +120,7 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
job: | ||
- { os: ubuntu-22.04 , features: unix } | ||
- { os: ubuntu-24.04 , features: unix } | ||
env: | ||
mem: 4096 | ||
SCCACHE_GHA_ENABLED: "true" | ||
|
@@ -131,7 +131,7 @@ jobs: | |
- name: Run sccache-cache | ||
uses: mozilla-actions/[email protected] | ||
- name: Prepare, build and test | ||
uses: vmactions/freebsd-vm@v1.0.8 | ||
uses: vmactions/freebsd-vm@v1.1.1 | ||
with: | ||
usesh: true | ||
sync: rsync | ||
|
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,7 +10,6 @@ target/ | |
.*.swp | ||
.*.swo | ||
.idea | ||
Cargo.lock | ||
lib*.a | ||
/docs/_build | ||
*.iml | ||
|
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 |
---|---|---|
|
@@ -45,6 +45,7 @@ flamegraph | |
fsxattr | ||
fullblock | ||
getfacl | ||
getopt | ||
gibi | ||
gibibytes | ||
glob | ||
|
Oops, something went wrong.