-
Notifications
You must be signed in to change notification settings - Fork 385
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 grtlr/re-auth
- Loading branch information
Showing
721 changed files
with
24,003 additions
and
16,578 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 |
---|---|---|
|
@@ -76,7 +76,8 @@ jobs: | |
no-codegen-changes: | ||
name: Check if running codegen would produce any changes | ||
runs-on: ubuntu-latest-16-cores | ||
# TODO(andreas): setup-vulkan doesn't work on 24.4 right now due to missing .so | ||
runs-on: ubuntu-22.04-large | ||
steps: | ||
# Note: We explicitly don't override `ref` here. We need to see if changes would be made | ||
# in a context where we have merged with main. Otherwise we might miss changes such as one | ||
|
@@ -92,9 +93,12 @@ jobs: | |
|
||
rs-lints: | ||
name: Rust lints (fmt, check, clippy, tests, doc) | ||
runs-on: ubuntu-latest-16-cores | ||
# TODO(andreas): setup-vulkan doesn't work on 24.4 right now due to missing .so | ||
runs-on: ubuntu-22.04-16core | ||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
lfs: true | ||
|
||
- uses: prefix-dev/[email protected] | ||
with: | ||
|
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
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
Oops, something went wrong.