Skip to content

Commit

Permalink
chore: bump compiler version to 2.1.0 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
xJonathanLEI committed Aug 14, 2023
1 parent 482d14f commit 50c1d62
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/check_format_with_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ REPO_ROOT=$( cd -- "$( dirname $( dirname "$0" ) )" &> /dev/null && pwd )
docker run --rm \
-v "${REPO_ROOT}:/work" \
--entrypoint "cairo-format" \
starknet/cairo:2.1.0-rc2 \
starknet/cairo:2.1.0 \
-c -r /work
2 changes: 1 addition & 1 deletion scripts/compile_with_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ docker run --rm \
--env "USER_ID=$(id -u)" \
--env "GROUP_ID=$(id -g)" \
--entrypoint sh \
starknet/cairo:2.1.0-rc2 \
starknet/cairo:2.1.0 \
-c "cd /work && ./scripts/compile.sh"
2 changes: 1 addition & 1 deletion scripts/run_tests_with_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ REPO_ROOT=$( cd -- "$( dirname $( dirname "$0" ) )" &> /dev/null && pwd )
docker run --rm \
-v "${REPO_ROOT}:/work" \
--entrypoint "cairo-test" \
starknet/cairo:2.1.0-rc2 \
starknet/cairo:2.1.0 \
--starknet /work

0 comments on commit 50c1d62

Please sign in to comment.