Skip to content

Commit

Permalink
log perm of moved lib
Browse files Browse the repository at this point in the history
  • Loading branch information
PearsonWhite committed Oct 14, 2024
1 parent 5da579c commit 3dcf885
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/boostrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ function copy_cairo_native_lib() {
echo "Copying cairo native runtime library to blockifier crate"
echo "SEQUENCER_DIR: ${SEQUENCER_DIR}"
set -x
ls /cairo_native/libcairo_native_runtime.a # asdf
cp /cairo_native/libcairo_native_runtime.a "${SEQUENCER_DIR}/crates/blockifier/libcairo_native_runtime.a"
{ set +x; } 2>/dev/null
}
Expand Down
2 changes: 2 additions & 0 deletions scripts/dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ function compile_cairo_native_runtime() {

mv ./cairo_native/target/release/libcairo_native_runtime.a ${LIBCAIRO_NATIVE_DIR}/libcairo_native_runtime.a
rm -rf ./cairo_native

ls /cairo_native/libcairo_native_runtime.a # asdf
}

function main() {
Expand Down

0 comments on commit 3dcf885

Please sign in to comment.