-
-
Notifications
You must be signed in to change notification settings - Fork 354
Add Nix package to new Zig compiler #8351
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
base: main
Are you sure you want to change the base?
Conversation
|
Looks like this is ziglang/zig#20976 |
|
|
75e79f1 to
c98171f
Compare
|
I believe the slow build was because Nix was spending a long time copying files it didn't need to, I've added the Nix |
bb139b6 to
40fe39b
Compare
231a8f7 to
d0617a4
Compare
d0617a4 to
66d0a49
Compare
|
@Hasnep can you check if we can add a workaround for ziglang/zig#20976 ? |
|
I was looking at that earlier today, I'll push my experiment in the next few days :) |
This adds a Nix package for the new Zig based compiler to the Nix flake in
src/, it can be tested by runningnix run github:hasnep/roc/add-nix-packages-for-new-compiler?dir=srcThis will build the compiler package using Nix and run it.