-
-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
crystal: 0.32.1 -> 0.33.0 #80390
crystal: 0.32.1 -> 0.33.0 #80390
Conversation
7c9d724
to
525129e
Compare
525129e
to
80c9e9e
Compare
Sorry, accidentally committed a (now revoked) secret. |
80c9e9e
to
3b63e81
Compare
Skipped a broken test, see crystal-lang/crystal#7925 |
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.
Builds, compiler is working.
@@ -102,6 +98,8 @@ let | |||
|
|||
makeFlags = [ | |||
"CRYSTAL_CONFIG_VERSION=${version}" | |||
# FIXME: not sure if this is the best idea |
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.
Why not? LGTM. The alternative is to set a writable HOME
.
Co-Authored-By: Yegor Timoshenko <[email protected]>
|
@GrahamcOfBorg build crystal_0_32 |
Unfortunately, looks like changes to |
Superseded by #85432 |
Motivation for this change
ZHF: #80379
Can't be backported to 20.03 because of feature freeze (0.32.1 build for 20.03 handled in #80389)
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)This change is