-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
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
dmd: 2.085.1 -> 2.090.0 #78995
dmd: 2.085.1 -> 2.090.0 #78995
Conversation
Ping @ThomasMader who had done similar updates before. |
Note: this requires #78979 for building from source on macOS 10.15 Catalina. |
Thanks a lot. My plan was to get rid of the bootstrapping version of ldc at some point and just fetch and patchelf the latest ldc binary to bootstrap the build. |
We could set it up such that you provide a |
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.
This appears to cause a regression for Literate
on darwin and breaks dmd
on NixOS
nixpkgs-review on x86_64-linux (NixOS)
7 package failed to build:
Literate dmd dtools dub gtkd onedrive tilix
nixpkgs-review on x86_64-darwin
1 package marked as broken and skipped:
gtkd
1 package failed to build:
Literate
3 package built:
dmd dtools dub
@GrahamcOfBorg build dmd |
Yeah I also noticed a failure on my NixOS VM. Debugging. |
I'll close this one in favor of #82694 |
Motivation for this change
Update to latest DMD https://github.com/dlang/dmd/releases/tag/v2.090.0
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)