Skip to content

Commit

Permalink
fix: add cairo 1 contract in deployer (#1208)
Browse files Browse the repository at this point in the history
<!--- Please provide a general summary of your changes in the title
above -->

<!-- Give an estimate of the time you spent on this PR in terms of work
days.
Did you spend 0.5 days on this PR or rather 2 days?  -->

Time spent on this PR: 0.1 day

## Pull request type

<!-- Please try to limit your pull request to one type,
submit multiple pull requests if needed. -->

Please check the type of change your PR introduces:

- [x] Bugfix
- [ ] Feature
- [ ] Code style update (formatting, renaming)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] Documentation content changes
- [ ] Other (please describe):
 to a relevant issue. -->

Resolves #NA

## What is the new behavior?
Add the cairo 1 contracts in the deployer (otherwise we cannot use the
deployer in a docker compose with Katana).

<!-- Reviewable:start -->
- - -
This change is [<img src="https://reviewable.io/review_button.svg"
height="34" align="absmiddle"
alt="Reviewable"/>](https://reviewable.io/reviews/kkrt-labs/kakarot/1208)
<!-- Reviewable:end -->
  • Loading branch information
greged93 authored Jun 17, 2024
1 parent 2d98898 commit ca7badc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/deployer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ RUN --mount=type=cache,target=/root/.cache \
# split install in two steps to leverage docker cache
COPY . .
RUN --mount=type=cache,target=/root/.cache \
make fetch-ssj-artifacts && make build
make fetch-ssj-artifacts && make build && make build-cairo1

############################################
# Kakarot deployer
Expand Down

0 comments on commit ca7badc

Please sign in to comment.