-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: tag
stark-backend
release and ssh -> http (#1093)
- Loading branch information
1 parent
43b2e9d
commit 1ddb322
Showing
20 changed files
with
4 additions
and
130 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 |
---|---|---|
|
@@ -30,13 +30,6 @@ jobs: | |
cache-on-failure: true | ||
- uses: taiki-e/install-action@nextest | ||
|
||
# TEMPORARY | ||
- name: Give GitHub Actions access to private repositories | ||
uses: webfactory/[email protected] | ||
with: | ||
ssh-private-key: | | ||
${{ secrets.GH_ACTIONS_DEPLOY_PRIVATE_KEY }} | ||
- name: Run algebra extension crate tests | ||
working-directory: extensions/algebra/circuit | ||
run: | | ||
|
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 |
---|---|---|
|
@@ -129,13 +129,6 @@ jobs: | |
# Environment setup # | ||
########################################################################## | ||
|
||
# TEMPORARY | ||
- name: Give GitHub Actions access to private repositories | ||
uses: webfactory/[email protected] | ||
with: | ||
ssh-private-key: | | ||
${{ secrets.GH_ACTIONS_DEPLOY_PRIVATE_KEY }} | ||
- uses: actions/checkout@v4 | ||
with: | ||
ref: ${{ github.head_ref || github.ref }} | ||
|
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 |
---|---|---|
|
@@ -30,13 +30,6 @@ jobs: | |
cache-on-failure: true | ||
- uses: taiki-e/install-action@nextest | ||
|
||
# TEMPORARY | ||
- name: Give GitHub Actions access to private repositories | ||
uses: webfactory/[email protected] | ||
with: | ||
ssh-private-key: | | ||
${{ secrets.GH_ACTIONS_DEPLOY_PRIVATE_KEY }} | ||
- name: Run bigint extension crate tests | ||
working-directory: extensions/bigint/circuit | ||
run: | | ||
|
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 |
---|---|---|
|
@@ -23,13 +23,6 @@ jobs: | |
with: | ||
cache-on-failure: true | ||
|
||
# TEMPORARY | ||
- name: Give GitHub Actions access to private repositories | ||
uses: webfactory/[email protected] | ||
with: | ||
ssh-private-key: | | ||
${{ secrets.GH_ACTIONS_DEPLOY_PRIVATE_KEY }} | ||
- name: Run build | ||
run: | | ||
cargo build --verbose |
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 |
---|---|---|
|
@@ -57,13 +57,6 @@ jobs: | |
run: | | ||
bash ./extensions/native/recursion/trusted_setup_s3.sh | ||
# TEMPORARY | ||
- name: Give GitHub Actions access to private repositories | ||
uses: webfactory/[email protected] | ||
with: | ||
ssh-private-key: | | ||
${{ secrets.GH_ACTIONS_DEPLOY_PRIVATE_KEY }} | ||
# TODO: CLI build, transpile, run, (keygen), prove, contract, verify | ||
- name: Run app-level CLI commands | ||
working-directory: crates/cli | ||
|
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 |
---|---|---|
|
@@ -28,13 +28,6 @@ jobs: | |
- name: Set up Rust toolchain | ||
uses: dtolnay/rust-toolchain@nightly | ||
|
||
# TEMPORARY | ||
- name: Give GitHub Actions access to private repositories | ||
uses: webfactory/[email protected] | ||
with: | ||
ssh-private-key: | | ||
${{ secrets.GH_ACTIONS_DEPLOY_PRIVATE_KEY }} | ||
- name: Cargo check | ||
run: cargo check | ||
|
||
|
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 |
---|---|---|
|
@@ -35,13 +35,6 @@ jobs: | |
cache-on-failure: true | ||
- uses: taiki-e/install-action@nextest | ||
|
||
# TEMPORARY | ||
- name: Give GitHub Actions access to private repositories | ||
uses: webfactory/[email protected] | ||
with: | ||
ssh-private-key: | | ||
${{ secrets.GH_ACTIONS_DEPLOY_PRIVATE_KEY }} | ||
- name: Run pairing-guest crate tests | ||
working-directory: extensions/pairing/guest | ||
run: | | ||
|
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 |
---|---|---|
|
@@ -30,13 +30,6 @@ jobs: | |
cache-on-failure: true | ||
- uses: taiki-e/install-action@nextest | ||
|
||
# TEMPORARY | ||
- name: Give GitHub Actions access to private repositories | ||
uses: webfactory/[email protected] | ||
with: | ||
ssh-private-key: | | ||
${{ secrets.GH_ACTIONS_DEPLOY_PRIVATE_KEY }} | ||
- name: Run keccak256 extension crate tests | ||
working-directory: extensions/keccak256/circuit | ||
run: | | ||
|
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 |
---|---|---|
|
@@ -23,13 +23,6 @@ jobs: | |
with: | ||
cache-on-failure: true | ||
|
||
# TEMPORARY | ||
- name: Give GitHub Actions access to private repositories | ||
uses: webfactory/[email protected] | ||
with: | ||
ssh-private-key: | | ||
${{ secrets.GH_ACTIONS_DEPLOY_PRIVATE_KEY }} | ||
- name: Run fmt | ||
run: | | ||
cargo fmt --all -- --check | ||
|
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 |
---|---|---|
|
@@ -30,13 +30,6 @@ jobs: | |
cache-on-failure: true | ||
- uses: taiki-e/install-action@nextest | ||
|
||
# TEMPORARY | ||
- name: Give GitHub Actions access to private repositories | ||
uses: webfactory/[email protected] | ||
with: | ||
ssh-private-key: | | ||
${{ secrets.GH_ACTIONS_DEPLOY_PRIVATE_KEY }} | ||
- name: Run native extension crate tests | ||
working-directory: extensions/native/circuit | ||
run: | | ||
|
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 |
---|---|---|
|
@@ -31,13 +31,6 @@ jobs: | |
cache-on-failure: true | ||
- uses: taiki-e/install-action@nextest | ||
|
||
# TEMPORARY | ||
- name: Give GitHub Actions access to private repositories | ||
uses: webfactory/[email protected] | ||
with: | ||
ssh-private-key: | | ||
${{ secrets.GH_ACTIONS_DEPLOY_PRIVATE_KEY }} | ||
- name: Run tests for primitives | ||
working-directory: crates/circuits/primitives | ||
run: | | ||
|
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 |
---|---|---|
|
@@ -35,13 +35,6 @@ jobs: | |
- name: Install solc # svm should support arm64 linux | ||
run: (hash svm 2>/dev/null || cargo install --version 0.2.23 svm-rs) && svm install 0.8.19 && solc --version | ||
|
||
# TEMPORARY | ||
- name: Give GitHub Actions access to private repositories | ||
uses: webfactory/[email protected] | ||
with: | ||
ssh-private-key: | | ||
${{ secrets.GH_ACTIONS_DEPLOY_PRIVATE_KEY }} | ||
- name: Run recursion crate tests | ||
working-directory: extensions/native/recursion | ||
run: | | ||
|
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 |
---|---|---|
|
@@ -40,13 +40,6 @@ jobs: | |
with: | ||
submodules: recursive | ||
|
||
# TEMPORARY | ||
- name: Give GitHub Actions access to private repositories | ||
uses: webfactory/[email protected] | ||
with: | ||
ssh-private-key: | | ||
${{ secrets.GH_ACTIONS_DEPLOY_PRIVATE_KEY }} | ||
- name: Run Makefile | ||
working-directory: crates/toolchain/tests/rv32im-test-vectors | ||
run: | | ||
|
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 |
---|---|---|
|
@@ -30,13 +30,6 @@ jobs: | |
cache-on-failure: true | ||
- uses: taiki-e/install-action@nextest | ||
|
||
# TEMPORARY | ||
- name: Give GitHub Actions access to private repositories | ||
uses: webfactory/[email protected] | ||
with: | ||
ssh-private-key: | | ||
${{ secrets.GH_ACTIONS_DEPLOY_PRIVATE_KEY }} | ||
- name: Run rv32im extension crate tests | ||
working-directory: extensions/rv32im/circuit | ||
run: | | ||
|
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 |
---|---|---|
|
@@ -35,13 +35,6 @@ jobs: | |
- name: Install solc # svm should support arm64 linux | ||
run: (hash svm 2>/dev/null || cargo install --version 0.2.23 svm-rs) && svm install 0.8.19 && solc --version | ||
|
||
# TEMPORARY | ||
- name: Give GitHub Actions access to private repositories | ||
uses: webfactory/[email protected] | ||
with: | ||
ssh-private-key: | | ||
${{ secrets.GH_ACTIONS_DEPLOY_PRIVATE_KEY }} | ||
- name: Install architecture specific tools | ||
run: | | ||
arch=$(uname -m) | ||
|
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,13 +32,6 @@ jobs: | |
cache-on-failure: true | ||
- uses: taiki-e/install-action@nextest | ||
|
||
# TEMPORARY | ||
- name: Give GitHub Actions access to private repositories | ||
uses: webfactory/[email protected] | ||
with: | ||
ssh-private-key: | | ||
${{ secrets.GH_ACTIONS_DEPLOY_PRIVATE_KEY }} | ||
- name: Run circuit and compiler tests | ||
working-directory: extensions/native/compiler | ||
run: | | ||
|
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,13 +32,6 @@ jobs: | |
cache-on-failure: true | ||
- uses: taiki-e/install-action@nextest | ||
|
||
# TEMPORARY | ||
- name: Give GitHub Actions access to private repositories | ||
uses: webfactory/[email protected] | ||
with: | ||
ssh-private-key: | | ||
${{ secrets.GH_ACTIONS_DEPLOY_PRIVATE_KEY }} | ||
- name: Run toolchain tests | ||
working-directory: crates/toolchain/tests | ||
run: | | ||
|
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 |
---|---|---|
|
@@ -31,13 +31,6 @@ jobs: | |
cache-on-failure: true | ||
- uses: taiki-e/install-action@nextest | ||
|
||
# TEMPORARY | ||
- name: Give GitHub Actions access to private repositories | ||
uses: webfactory/[email protected] | ||
with: | ||
ssh-private-key: | | ||
${{ secrets.GH_ACTIONS_DEPLOY_PRIVATE_KEY }} | ||
- name: Run vm crate tests | ||
working-directory: crates/vm | ||
run: | | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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