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

gcc11: 11.1.0 -> 11.2.0 #142684

Merged
merged 1 commit into from
Oct 27, 2021
Merged

gcc11: 11.1.0 -> 11.2.0 #142684

merged 1 commit into from
Oct 27, 2021

Conversation

bobrik
Copy link
Contributor

@bobrik bobrik commented Oct 23, 2021

Motivation for this change

The cyclades patch has been applied upstream:

Things done
  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandbox = true set in nix.conf? (See Nix manual)
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • 21.11 Release Notes (or backporting 21.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

The cyclades patch has been applied upstream:

* gcc-mirror/gcc@2bf34b9f4e4
@fabianhjr
Copy link
Member

Since most derivations currently use gcc10 it seems like this could safely go directly to the main branch without a mass rebuild. :3

@bobrik
Copy link
Contributor Author

bobrik commented Oct 23, 2021

GCC 11 is the default GCC for aarch64-darwin.

@fabianhjr
Copy link
Member

fabianhjr commented Oct 23, 2021

Builds and runs on x86_64-linux (NixOS):

/nix/store/22x3wqwhc61r31xb8j85haqncy7p1p9y-gcc-wrapper-11.2.0/bin/gcc --version
gcc (GCC) 11.2.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

@vcunat
Copy link
Member

vcunat commented Oct 24, 2021

The rebuild amount is surprisingly high to me:

Estimating rebuild amount by counting changed Hydra jobs (parallel=unset).
  10320 aarch64-darwin

but minor gcc updates should be fairly safe wrt. breaking changes. I'd personally think that going directly for staging-next would be OK at this point, but I expect there's no need to hurry.

@bobrik
Copy link
Contributor Author

bobrik commented Oct 24, 2021

The rebuild amount is surprisingly high to me

  • 2648 packages depend on numpy (which in turn depends on gfortran, supplied by gcc)
  • 7215 packages depend on ghc (which in turn depends on binary ghc, which depends on gcc)

@vcunat vcunat merged commit 2489900 into NixOS:staging Oct 27, 2021
@bobrik bobrik deleted the ivan/gcc-11.2.0 branch December 4, 2021 03:39
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.

4 participants