File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -44,23 +44,23 @@ integration:
44
44
if [ ! -d rust_vm_bin ]; then \
45
45
mkdir -p rust_vm_bin; \
46
46
fi ; \
47
- if [ ! -d rust_vm_bin/scj/scj ]; then \
48
- mkdir -p rust_vm_bin/scj/scj ; \
47
+ if [ ! -d rust_vm_bin/ctj/ctj ]; then \
48
+ mkdir -p rust_vm_bin/ctj/ctj ; \
49
49
fi ; \
50
50
if [ ! -d rust_vm_bin/starkware/starkware ]; then \
51
51
mkdir -p rust_vm_bin/starkware/starkware; \
52
52
fi ; \
53
53
if [ ! -d rust_vm_bin/lambdaclass/lambdaclass ]; then \
54
54
mkdir -p rust_vm_bin/lambdaclass/lambdaclass; \
55
55
fi ; \
56
- if [ ! -f ./rust_vm_bin/scj/scj/sierra-compile -json ]; then \
57
- cd rust_vm_bin/scj/scj && \
58
- git clone --single-branch --branch feat/main-casm -json --depth=1 https://github.com/MaksymMalicki/cairo-fork .git && \
59
- cd cairo-fork /crates/bin && cargo build --release --bin sierra-compile -json && \
56
+ if [ ! -f ./rust_vm_bin/ctj/ctj/cairo-to -json ]; then \
57
+ cd rust_vm_bin/ctj/ctj && \
58
+ git clone --single-branch --branch cairo-to -json --depth=1 https://github.com/MaksymMalicki/cairo-json .git && \
59
+ cd cairo-json /crates/bin && cargo build --release --bin cairo-to -json && \
60
60
cd ../../../ && \
61
- mv cairo-fork /target/release/sierra-compile -json . && \
62
- mv cairo-fork /corelib ../ && \
63
- rm -rf cairo-fork && \
61
+ mv cairo-json /target/release/cairo-to -json . && \
62
+ mv cairo-json /corelib ../ && \
63
+ rm -rf cairo-json && \
64
64
cd ../../../; \
65
65
fi ; \
66
66
if [ ! -f ./rust_vm_bin/starkware/starkware/cairo-run ]; then \
Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ func compileCairoCode(path string) (string, error) {
233
233
var cliCommand string
234
234
var args []string
235
235
236
- cliCommand = "../rust_vm_bin/scj/scj/sierra-compile -json"
236
+ cliCommand = "../rust_vm_bin/ctj/ctj/cairo-to -json"
237
237
args = []string {
238
238
path ,
239
239
compiledOutput ,
You can’t perform that action at this time.
0 commit comments