-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #337 from starkware-libs/dori/merge-main-v0.13.2-i…
…nto-main-1722937112 Merge main-v0.13.2 into main
- Loading branch information
Showing
45 changed files
with
224 additions
and
210 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 |
---|---|---|
|
@@ -3,25 +3,28 @@ name: Blockifier-Compiled-Cairo | |
on: | ||
push: | ||
branches: | ||
- main | ||
- main | ||
tags: | ||
- v[0-9].** | ||
- v[0-9].** | ||
paths: | ||
- 'crates/blockifier/feature_contracts/cairo0/**' | ||
- 'crates/blockifier/feature_contracts/cairo0/**' | ||
- '.github/workflows/blockifier_compiled_cairo.yml' | ||
pull_request: | ||
types: | ||
- opened | ||
- reopened | ||
- synchronize | ||
paths: | ||
- 'crates/blockifier/feature_contracts/cairo0/**' | ||
- '.github/workflows/blockifier_compiled_cairo.yml' | ||
- 'crates/blockifier/feature_contracts/cairo0/**' | ||
|
||
jobs: | ||
verify_cairo_file_dependencies: | ||
runs-on: ubuntu-20.04 | ||
runs-on: starkware-ubuntu-20-04-medium | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: dtolnay/rust-toolchain@stable | ||
- uses: Noelware/[email protected] | ||
- uses: Swatinem/rust-cache@v2 | ||
with: | ||
prefix-key: "v0-rust-ubuntu-20.04" | ||
|
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 |
---|---|---|
|
@@ -5,14 +5,16 @@ on: | |
types: | ||
- closed | ||
paths: | ||
- '.github/workflows/blockifier_post-merge.yml' | ||
- 'crates/blockifier/**' | ||
jobs: | ||
if_merged: | ||
if: github.event.pull_request.merged == true | ||
runs-on: ubuntu-20.04 | ||
runs-on: starkware-ubuntu-20-04-medium | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: dtolnay/rust-toolchain@stable | ||
- uses: Noelware/[email protected] | ||
- uses: Swatinem/rust-cache@v2 | ||
with: | ||
prefix-key: "v0-rust-ubuntu-20.04" | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ on: | |
jobs: | ||
lock: | ||
name: 🔒 Lock closed issues and PRs | ||
runs-on: ubuntu-latest | ||
runs-on: starkware-ubuntu-latest-small | ||
steps: | ||
- uses: dessant/[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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ on: | |
|
||
jobs: | ||
commitlint: | ||
runs-on: ubuntu-latest | ||
runs-on: starkware-ubuntu-latest-small | ||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
|
@@ -41,7 +41,7 @@ jobs: | |
run: echo "$TITLE" | commitlint --verbose | ||
|
||
format: | ||
runs-on: ubuntu-20.04 | ||
runs-on: starkware-ubuntu-20-04-medium | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: dtolnay/rust-toolchain@master | ||
|
@@ -54,7 +54,7 @@ jobs: | |
- run: scripts/rust_fmt.sh --check | ||
|
||
clippy: | ||
runs-on: ubuntu-20.04 | ||
runs-on: starkware-ubuntu-20-04-medium | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: Noelware/[email protected] | ||
|
@@ -78,7 +78,7 @@ jobs: | |
- run: scripts/clippy.sh | ||
|
||
doc: | ||
runs-on: ubuntu-latest | ||
runs-on: starkware-ubuntu-latest-small | ||
env: | ||
RUSTDOCFLAGS: "-D warnings" | ||
steps: | ||
|
@@ -91,7 +91,7 @@ jobs: | |
- run: cargo doc --workspace -r --document-private-items --no-deps | ||
|
||
run-tests: | ||
runs-on: ubuntu-20.04 | ||
runs-on: starkware-ubuntu-20-04-medium | ||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
|
@@ -134,7 +134,7 @@ jobs: | |
SEED: 0 | ||
|
||
taplo: | ||
runs-on: ubuntu-latest | ||
runs-on: starkware-ubuntu-latest-small | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: dtolnay/rust-toolchain@stable | ||
|
@@ -147,14 +147,14 @@ jobs: | |
- run: scripts/taplo.sh | ||
|
||
machete: | ||
runs-on: ubuntu-latest | ||
runs-on: starkware-ubuntu-latest-small | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Run Machete (detect unused dependencies) | ||
uses: bnjbvr/cargo-machete@main | ||
|
||
check: | ||
runs-on: ubuntu-latest | ||
runs-on: starkware-ubuntu-latest-small | ||
env: | ||
RUSTDOCFLAGS: "-D warnings" | ||
steps: | ||
|
@@ -167,7 +167,7 @@ jobs: | |
- run: cargo check --workspace -r --all-features | ||
|
||
merge-gatekeeper: | ||
runs-on: ubuntu-latest | ||
runs-on: starkware-ubuntu-latest-small | ||
# Restrict permissions of the GITHUB_TOKEN. | ||
# Docs: https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs | ||
permissions: | ||
|
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
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.