Skip to content

Commit

Permalink
reorganized
Browse files Browse the repository at this point in the history
  • Loading branch information
Okm165 committed Apr 22, 2024
1 parent 2a0871d commit 5eeed3b
Show file tree
Hide file tree
Showing 45 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
pip install colorama
python install.py
- name: Bootloader & Cairo1 pie - Compile
- name: Compile Bootloader
run: |
python compile.py
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

log_and_run([
f"cairo-compile --cairo_path=. bootloader/recursive_with_poseidon/simple_bootloader.cairo --output {current_dir}/bootloader.json --proof_mode",
], "Compile bootloader program", cwd="cairo")
], "Compile bootloader program", cwd="cairo0-bootloader")
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def log_and_run(commands, description, cwd=None):
log_and_run([
"pip install cairo-lang==0.13.1",
"pip install aiofiles",
"pip install cairo/"
"pip install cairo0-bootloader/"
], "Installing cairo-lang", cwd=".")

log_and_run([
Expand Down

0 comments on commit 5eeed3b

Please sign in to comment.