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 f6c89ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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 All @@ -28,7 +29,7 @@ echo "------"
echo "$SEQUENCER_DIR"
echo "${SEQUENCER_DIR}"
echo "------"
ls $SEQUENCER_DIR
ls -lsah $SEQUENCER_DIR
echo "------"
copy_cairo_native_lib "${SEQUENCER_DIR}"

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 f6c89ed

Please sign in to comment.