Navigation Menu

Skip to content
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

Staging next #60491

Merged
merged 172 commits into from May 7, 2019
Merged

Staging next #60491

merged 172 commits into from May 7, 2019

Conversation

FRidh
Copy link
Member

@FRidh FRidh commented Apr 30, 2019

Motivation for this change
Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nix-review --run "nix-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Assured whether relevant documentation is up to date
  • Fits CONTRIBUTING.md.

dtzWill and others added 30 commits March 26, 2019 18:27
My previous attempts to bump the Darwin stdenv version didn't
seem to work, but AFAIK doing so should be straightforward
for anyone with a Darwin builder and the interest in tackling this.

While not the preferred solution, adding a conditional lets us move on,
as we missed 6 entirely due to no one getting around to resolving the
Darwin bootstrap accordingly.
llvm uses response files in bootstrapping. It’s okay for them to
happen even though we don’t use expandResponseParams here right now.
* build w/iwd support since it's free (no dep required!)
* move to iputils for minor utilities, instead of inetutils
* parallel building :)

https://gitlab.freedesktop.org/NetworkManager/NetworkManager/raw/1.18.0/NEWS
 python3Packages.pygobject3: 3.32.0 -> 3.32.1,  pythonPackages.pycairo: 1.18.0 -> 1.18.1
pythonPackages.asyncssh: 1.15.1 -> 1.16.1
@FRidh
Copy link
Member Author

FRidh commented May 1, 2019

@peti GHC 8.6.5 fails on staging-next. Could you have a look?
https://hydra.nixos.org/build/92947674

@FRidh
Copy link
Member Author

FRidh commented May 2, 2019

cc @basvandijk for GHC

@peti
Copy link
Member

peti commented May 2, 2019 via email

@FRidh
Copy link
Member Author

FRidh commented May 3, 2019

llvm 7 failure on aarch
https://hydra.nixos.org/build/92951911

@matthewbauer
Copy link
Member

@FRidh we're seeing two issues with the new macOS stuff:

I'll have some time this weekend to work on it

@LnL7
Copy link
Member

LnL7 commented May 4, 2019

There's also a problem with llvm 7.1 on darwin, blocking rustc. Since the queue is completely empty I would propose to merge both #60849 and #60912 first.

@FRidh
Copy link
Member Author

FRidh commented May 4, 2019

@LnL7 go for it

@FRidh
Copy link
Member Author

FRidh commented May 4, 2019

Afterwards I do want to merge this with master so we can go to the next batch of updates (staging).

LnL7 and others added 3 commits May 4, 2019 17:32
With 7.1 llvm-config looks for libLLVM-7.1.dylib, but the shortVersion
was still 7 so only 7 and 7.1.0 where aliased before.

	$ llvm-config --link-shared
	llvm-config: error: libLLVM-7.1.dylib is missing
@FRidh
Copy link
Member Author

FRidh commented May 4, 2019

Merged #60912 into staging-next but not #60849; to do a full linux rebuild as well seems a bit extreme.

@FRidh FRidh merged commit a80982b into master May 7, 2019
@veprbl veprbl mentioned this pull request May 7, 2019
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet