Skip to content

Commit

Permalink
chore: tag stark-backend release and ssh -> http (#1093)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang authored Dec 16, 2024
1 parent 43b2e9d commit 1ddb322
Show file tree
Hide file tree
Showing 20 changed files with 4 additions and 130 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/algebra-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/benchmark-call.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/bigint-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
7 changes: 0 additions & 7 deletions .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/ecc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/keccak256-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/lints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/native-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/primitives.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/recursion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/riscv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/rv32im-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/toolchain-edsl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/toolchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ openvm-platform = { path = "crates/toolchain/platform", default-features = false
openvm-transpiler = { path = "crates/toolchain/transpiler", default-features = false }
openvm-circuit = { path = "crates/vm", default-features = false }
openvm-circuit-derive = { path = "crates/vm/derive", default-features = false }
openvm-stark-backend = { git = "ssh://git@github.com/openvm-org/stark-backend", default-features = false }
openvm-stark-sdk = { git = "ssh://git@github.com/openvm-org/stark-backend", default-features = false }
openvm-stark-backend = { git = "https://github.com/openvm-org/stark-backend.git", tag = "v0.1.0-alpha", default-features = false }
openvm-stark-sdk = { git = "https://github.com/openvm-org/stark-backend.git", tag = "v0.1.0-alpha", default-features = false }

# Extensions
openvm-algebra-circuit = { path = "extensions/algebra/circuit", default-features = false }
Expand Down

0 comments on commit 1ddb322

Please sign in to comment.