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

go: 1.12.5->1.12.6, 1.11.10->1.11.11 #63035

Merged
merged 17 commits into from Jun 12, 2019
Merged

Conversation

rvolosatovs
Copy link
Member

Motivation for this change

Upstream update

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.

Izorkin and others added 17 commits June 6, 2019 21:03
Add "bcache" to boot.initrd.availableKernelModules if a bcache device is
detected.

This fixes a problem I've had one too many times: I install NixOS and
forget to add "bcache", resulting in an unbootable machine (until fixed
with Live CD). Now NixOS will do it for me.
xcalc: ensure "app-defaults" resources are installed+found, works now
* update/regen deps.nix
Build fails otherwise

Signed-off-by: William Casarin <jb55@jb55.com>
Signed-off-by: William Casarin <jb55@jb55.com>
…ache

nixos-generate-config: add support for bcache
php: update build config and php package
@adisbladis
Copy link
Member

@GrahamcOfBorg build go_1_11 go_1_12 go-ethereum

@kalbasit kalbasit changed the base branch from master to staging June 12, 2019 15:49
@kalbasit kalbasit merged commit da3ec20 into NixOS:staging Jun 12, 2019
@rvolosatovs
Copy link
Member Author

Looks like a bunch of commits was added to the PR when it was merged, was that expected?

@rvolosatovs rvolosatovs deleted the update/go branch June 12, 2019 16:07
@adisbladis
Copy link
Member

@rvolosatovs This is because @kalbasit changed the target branch to staging instead of master.
Any commit from master that was not already in staging went along for the ride.

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