Skip to content

Commit

Permalink
ci: update elf with docker 4.0.0-rc.10 build and ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Feb 6, 2025
1 parent 1793137 commit e31d4bf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/elf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
elf:
runs-on: ubuntu-latest
steps:
- name: Check Ubuntu version
run: |
lsb_release -a
cat /etc/os-release
uname -a
- name: Checkout code
uses: actions/checkout@v4
with:
Expand All @@ -29,9 +34,9 @@ jobs:
run: |
# Build the binaries
cd programs/range
~/.sp1/bin/cargo-prove prove build --elf-name range-elf --docker --tag v3.4.0 --output-directory ../../elf
~/.sp1/bin/cargo-prove prove build --elf-name range-elf --docker --tag v4.0.0-rc.10 --output-directory ../../elf
cd ../aggregation
~/.sp1/bin/cargo-prove prove build --elf-name aggregation-elf --docker --tag v3.4.0 --output-directory ../../elf
~/.sp1/bin/cargo-prove prove build --elf-name aggregation-elf --docker --tag v4.0.0-rc.10 --output-directory ../../elf
cd ../../
# Check for any changes in the elf directory
Expand Down
Binary file modified elf/aggregation-elf
Binary file not shown.
Binary file modified elf/range-elf
Binary file not shown.

0 comments on commit e31d4bf

Please sign in to comment.