Skip to content

Commit

Permalink
Path sequencer
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianGCalderon committed Oct 25, 2024
1 parent 98d0f7d commit fcd7b0d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,18 @@ jobs:
cd ../cairo_native
make runtime
echo "CAIRO_NATIVE_RUNTIME_LIBRARY=$(pwd)/libcairo_native_runtime.a" > $GITHUB_ENV
- name: Patch dependencies
run: |
# Patches native dependency to local path, to use current cairo native version
DEPENDENCY="cairo-native"
NEW_PATH="../cairo_native"
sed -Ei "s#^($DEPENDENCY\s*=).*#\1 { path = '$NEW_PATH' }#" Cargo.toml
- run: cat Cargo.toml | tail -n 1

GIT="https://github.com/lambdaclass/sequencer"
REV="$SEQUENCER_REV"
sed -Ei "s#(\"$GIT\" *, *rev *= *\").?*(\".*)#\1$REV\2#" Cargo.toml
- name: Run with Native
run: |
BLOCK_START=${{ matrix.block }}
Expand Down

0 comments on commit fcd7b0d

Please sign in to comment.