Skip to content

Commit

Permalink
feat: v4.0.1 (#1941)
Browse files Browse the repository at this point in the history
Co-authored-by: Ratan Kaliani <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Jan 17, 2025
1 parent 4a1dcea commit dae15e9
Show file tree
Hide file tree
Showing 40 changed files with 446 additions and 346 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: book

on:
push:
branches: [main]
branches: [dev]
pull_request:
branches: [main]
branches: [dev]
paths:
- "book/**"
merge_group:
Expand Down Expand Up @@ -45,8 +45,8 @@ jobs:
path: book/build

deploy:
# Only deploy if a push to main
if: github.ref_name == 'main' && github.event_name == 'push'
# Only deploy if a push to dev
if: github.ref_name == 'dev' && github.event_name == 'push'
runs-on: ubuntu-latest
needs: [build]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker-gnark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
[
runs-on,
runner=64cpu-linux-arm64,
disk=large,
spot=false,
"run-id=${{ github.run_id }}",
]
Expand Down
19 changes: 18 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -371,4 +371,21 @@ jobs:
- name: "Build examples without lock files"
run: |
cd examples
cargo build --all --all-targets
cargo build --all --all-targets
build-in-host:
name: "Build patches and zkvm in host"
runs-on: [runs-on, runner=16cpu-linux-x64, disk=large, "run-id=${{ github.run_id }}"]
steps:
- name: "Checkout sources"
uses: "actions/checkout@v4"

- name: "Setup CI"
uses: ./.github/actions/setup
with:
pull_token: ${{ secrets.PRIVATE_PULL_TOKEN }}

- name: "Build programs in host"
run: |
cd ./patch-testing/build-host
cargo build
72 changes: 36 additions & 36 deletions Cargo.lock

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

Loading

0 comments on commit dae15e9

Please sign in to comment.