Skip to content

Commit

Permalink
chore: support ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
alon-dotan-starkware committed Jan 1, 2025
1 parent a429515 commit dcaca1a
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 438 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload_artifacts_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ jobs:
* [Started at ${{ github.event.pull_request.updated_at }}](${{ env.WORKFLOW_LINK }})
# Build artifact.
- uses: ./.github/actions/bootstrap
- name: Build native blockifier
run: ./build_native_in_docker.sh scripts/build_native_blockifier.sh
run: |
./build_native_in_docker.sh scripts/build_native_blockifier.sh
# Rename is required; see https://pyo3.rs/v0.19.2/building_and_distribution#manual-builds.
- name: Rename shared object
Expand Down
Loading

0 comments on commit dcaca1a

Please sign in to comment.