-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dev: bump cairo 1 compiler dep to 2.4 #1530
Conversation
Looking forward to this feature!! |
1daf372
to
ea1e8c9
Compare
I'm not sure why the CI keeps failing, if you have an idea I can look into it? |
OK, I think I found the issue. The |
Try with this: diff --git a/cairo1-run/Makefile b/cairo1-run/Makefile
index 337cf3a53..8c39b51ae 100644
--- a/cairo1-run/Makefile
+++ b/cairo1-run/Makefile
@@ -15,7 +15,7 @@ MEMORY:=$(patsubst $(CAIRO_1_FOLDER)/%.cairo, $(CAIRO_1_FOLDER)/%.memory, $(CAIR
deps:
git clone https://github.com/starkware-libs/cairo.git \
&& cd cairo \
- && git checkout v2.3.1 \
+ && git checkout v2.4.3 \
&& cd .. \
&& mv cairo/corelib/ . \
&& rm -rf cairo/ |
Ahhhh missed this! Thanks @Oppen ! |
@greged93 most tests already pass, but there seems to be something broken with |
Yes found the issue, will update |
works for me now locally @Oppen |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Let's ping @pefontana and @fmoletta for their reviews :) |
Bump cairo compiler
Description
Bumps the dependency of the cairo 1 compiler to 2.4.
Checklist