Commit Graph

10704 Commits

Author SHA1 Message Date
Silvan Mosberger
98f82e9c35
Merge pull request #141789 from pennae/eval-opt
lib: make extendDerivation lighter on eval
2021-10-21 20:17:32 +02:00
Sandro
eb7efbbdeb
Merge pull request #140257 from Uthar/jdk17 2021-10-21 20:05:13 +02:00
Sergei Trofimovich
a410420844 pkgsStatic.llvmPackages_{{5..13},git}.compiler-rt: drop unused musl patches
Commit 199b7c50 "compiler-rt: remove <cyclades.h> from libsanitizer"
broke conditional conditional musl patches.

The change has a few effects:
- pkgsStatic.llvmPackages_{5,6,7}.compiler-rt: fix build on musl after cyclades backport
- pkgsStatic.llvmPackages_{{5..13},git}.compiler-rt: drop incomplete musl patches as
  sanitizers are disabled anyway and require more upstream porting.
2021-10-21 18:42:31 +01:00
Kasper Gałkowski
64a379be05 openjdk17: init at 17.0.1+12 2021-10-21 14:18:53 +02:00
Pavol Rusnak
8568ce473f
dotnet-sdk_6: init at 6.0.0-rc.2 2021-10-21 11:57:17 +02:00
David Guibert
2923a0fbab cudatoolkit: 11.4.1 -> 11.4.2 2021-10-21 11:24:27 +02:00
David Guibert
8316ec9e4e cudatoolkit: add 11.5.0 2021-10-21 11:03:02 +02:00
Pavol Rusnak
84a7dba79f
dotnet: rework platforms to allow aarch64-darwin 2021-10-20 21:54:03 +02:00
Thiago Kenji Okada
58a7dfacb8 graalvm-ce: add graalvm17-ce 2021-10-20 12:51:27 -03:00
Paul-Nicolas Madelaine
862c6390f9 fstar: 2021.09.30 -> 2021.10.16 2021-10-20 17:46:41 +02:00
Thiago Kenji Okada
eb16b065f8 graalvm-ce: remove nativePRNGWorkaround
Seems that native-image works fine nowadays without it.
2021-10-20 12:07:21 -03:00
Thiago Kenji Okada
cffe19bdbe graalvm-ce: remove version file, use nix itself 2021-10-20 11:51:39 -03:00
Francesco Gazzetta
023ba76689 lobster: unstable-2021-06-18 -> 2021.3
and some minor refactors and metadata fixes
2021-10-20 16:12:13 +02:00
github-actions[bot]
cdc8393c04
Merge master into staging-next 2021-10-20 12:01:31 +00:00
Thiago Kenji Okada
b5560cfc5e graalvm-ce: check if version is latest on update.sh 2021-10-20 09:56:47 +02:00
Thiago Kenji Okada
8abb6e72c9 graalvm-ce: 21.2.0 -> 21.3.0
- Drop graalvm8 since it was removed by upstream
- Add update.sh script to make it easier to generate hashes for all
  platforms
- Fix GraalPython, broken since #141825 (sorry)
- Small refactorings and fixes
2021-10-20 09:56:47 +02:00
Vladimír Čunát
01df3cd7dd
Merge branch 'master' into staging-next 2021-10-19 19:24:43 +02:00
Emery Hemingway
30be6c22c5 nim: 1.4.8 -> 1.6.0 2021-10-19 13:07:57 +02:00
Emery Hemingway
3cfbadec99 nim: patch compiler to emit native file/line info format 2021-10-19 12:50:30 +02:00
Pavol Rusnak
d31c9bd3f0
Merge pull request #139571 from prusnak/dotnet-cleanup
dotnet: cleanup; point dotnet-sdk alias to 5.0; remove unsupported SDKs
2021-10-19 09:16:11 +02:00
Timothy
c5c02ea320 dotty: 3.0.0 → 3.1.0 2021-10-19 07:08:46 +07:00
Pavol Rusnak
eca667180b
dotnet: cleanup; point dotnet-sdk alias to 5_0; remove unsupported SDKs 2021-10-18 23:46:17 +02:00
Sandro
e4dda76e63
Merge pull request #141825 from thiagokokada/port-graalvm-to-aarch64 2021-10-18 22:18:52 +02:00
Alex Martens
c7ba226245 nextpnr: add gowin arch 2021-10-18 14:52:24 -05:00
github-actions[bot]
b0a41194a1
Merge master into staging-next 2021-10-18 18:01:14 +00:00
Andreas Rammhold
6d0a4f9b8f nim: use newer bootstrap repository for aarch64-darwin support
The old "csources" repo has been archived a while ago and a newer
csources_v1 repo has been published. The main advantage is that we now
have support for newer platorms (such as Apple M1's) and newer nim
versions in the bootstrap.

The new repository doesn't contain release tags thus I pinned it to the
latest revision that has been published.
2021-10-18 16:19:48 +02:00
Sandro
af764f6527
Merge pull request #141812 from thiagokokada/remove-graalvm 2021-10-18 15:24:11 +02:00
Alyssa Ross
a3159ef498
Merge remote-tracking branch 'nixpkgs/master' into staging-next
Conflicts:
	pkgs/development/python-modules/libusb1/default.nix
2021-10-17 20:00:39 +00:00
Alexander Sosedkin
8eeae5320e
tinycc: simplify specifying cc/ar
Co-authored-by: Artturi <Artturin@artturin.com>
2021-10-17 19:30:47 +02:00
Alexander Sosedkin
9a5345698d tinycc: fix pkgsStatic.tinycc (musl) 2021-10-17 16:13:45 +02:00
Thiago Kenji Okada
d3ea0893dd graalvm11-ce: add support for aarch64-linux
Only adding support for graalvm11-ce. While there is a graalvm8 release
for aarch64-linux, it is missing some support (like wasm).

Also, it is not used anywhere on the nixpkgs, while graalvm11 is used by
multiple other packages (babashka, clj-kondo, clojure-lsp, etc.).
2021-10-15 21:40:25 -03:00
Thiago Kenji Okada
007ea53ba9 graalvm: remove derivation
This derivation was not updated since Jan 18, 2020. It doesn't
build on Hydra because it needs too much memory (~30GB). And no other
packages depend on it.

Also, this is a very complex package and really difficult to maintain.
It is a blocker for https://github.com/NixOS/nixpkgs/pull/141794, since
a recent bump of broke it.

`graalvm8-ce` is the replacement. It is much more up-to-date (`graalvm`
is on version 19.2.1, `graalvm8-ce` is on version 21.2.0), it is much
easier on Hydra (it uses the binary from Oracle).

I also deprecated `jvmci8` and `mx`. I am not sure if `graalvm8`
supplies them, but if something is missing we can always add it later to
`graalvm8-ce`.
2021-10-15 18:37:35 -03:00
Martin Weinelt
a415d5dd2e Merge remote-tracking branch 'origin/master' into staging-next 2021-10-15 23:10:08 +02:00
Jan Tojnar
690d9ab908
Merge pull request #141693 from jtojnar/gnome-stragglers
GNOME: more updates
2021-10-15 20:28:40 +02:00
Ulrik Strid
cbf28fa8c4 ligo: init at 0.26 2021-10-15 18:48:43 +02:00
pennae
dc895fb281 lib: make extendDerivation lighter on eval
the fix to extendDerivation in #140051 unwittingly worsened eval performance by
quite a bit. set elements alone needed over 1GB extra after the change, which
seems disproportionate to how small it was. if we flip the logic used to
determine which outputs to install around and keep a "this one exactly" flag in
the specific outputs instead of a "all of them" in the root we can avoid most
of that cost.
2021-10-15 16:39:10 +02:00
Ryan Burns
a3cd66ba95
Merge pull request #137259 from quyse/llvm13_libcxxabi_musl
llvmPackages_13, llvmPackages_git: libcxxabi: fix musl build
2021-10-14 20:07:11 -07:00
Martin Weinelt
adf4e67dd4 Merge remote-tracking branch 'origin/staging' into staging-next 2021-10-15 01:34:36 +02:00
Jan Tojnar
ca62f59516 vala.updateScript: freze at current ABI version 2021-10-15 00:51:47 +02:00
Artturi
7e953dab6e
Merge pull request #141666 from LibreCybernetics/update-mint 2021-10-15 01:43:20 +03:00
Fabián Heredia Montiel
12a2ef34b5 mint: crystal_1_0 → crystal 2021-10-14 15:02:55 -05:00
Fabián Heredia Montiel
78f1b43053 crystal: drop 0.36.1 2021-10-14 11:02:31 -05:00
Kevin Cox
fd113b5833
Merge pull request #141572 from LibreCybernetics/update-crystal
Update crystal (init 1.1.1, 1.2.0)
2021-10-14 11:39:33 -04:00
Peter Simons
476635afe1 Drop myself from meta.maintainers for most packages.
I'd like to reduce the number of Github notifications and
review requests I receive.
2021-10-14 11:01:27 +02:00
Fabián Heredia Montiel
75d7a40d2e crystal: 1.1.1 → 1.2.0 2021-10-13 16:22:48 -05:00
Fabián Heredia Montiel
8a9d300a10 crystal: 1.0.0 → 1.1.1 2021-10-13 16:19:50 -05:00
Mario Rodas
937d1f04b6
Merge pull request #141360 from sternenseemann/zz-2021-05-04
zz: unstable-2021-03-07 -> unstable-2021-05-04
2021-10-13 01:39:01 -05:00
github-actions[bot]
0bb8cb9c7a
Merge staging-next into staging 2021-10-13 06:01:52 +00:00
zowoq
615989e078 go_1_17: 1.17.1 -> 1.17.2 2021-10-13 10:03:40 +10:00
zowoq
dcb39fae95 go_1_16: 1.16.8 -> 1.16.9 2021-10-13 10:03:40 +10:00
sternenseemann
a0bc1bfc5b zz: unstable-2021-03-07 -> unstable-2021-05-04
Tested by compiling hello example from upstream repository.
2021-10-12 12:58:26 +02:00
github-actions[bot]
5065827878
Merge staging-next into staging 2021-10-12 00:02:05 +00:00
Jan Tojnar
e859225ee5
Merge pull request #139144 from NixOS/gnome-41
GNOME: 40 → 41
2021-10-11 22:59:01 +02:00
github-actions[bot]
92a15c8929
Merge staging-next into staging 2021-10-11 18:01:55 +00:00
Artturi
f01fbcadf0
Merge pull request #141201 from Artturin/tinyccbump 2021-10-11 19:43:20 +03:00
Artturin
5ec9a816d2 tinycc: 0.9.27 -> unstable-2021-07-27
tinycc: enableParallelBuilding is causing tests to fail on some
architectures
disable it
2021-10-11 17:32:55 +03:00
Vincent Laporte
316effbc59 ocaml-ng.ocamlPackages_4_13.ocaml: 4.13.0 → 4.13.1 2021-10-11 16:01:29 +02:00
github-actions[bot]
1b2b1c3d56
Merge staging-next into staging 2021-10-10 00:02:14 +00:00
Martin Weinelt
f8d3f5b8fb
Merge pull request #139673 from mweinelt/edk2 2021-10-09 21:07:44 +02:00
Maxine Aubrey
0d44f9ce53 vala: default to vala_0_54 2021-10-09 17:29:34 +02:00
Maxine Aubrey
f3b42a3ccc vala_0_54: init at 0.54.1
- https://gitlab.gnome.org/GNOME/vala/blob/0.54.0/NEWS
- https://gitlab.gnome.org/GNOME/vala/blob/0.54.1/NEWS
2021-10-09 17:29:33 +02:00
github-actions[bot]
5da3c99f54
Merge staging-next into staging 2021-10-08 12:02:03 +00:00
Tom Wieczorek
568edc1d4f
jrsonnet: install shell completions
Added the completions for bash, zsh and fish to postInstall, both for
jrsonnet and the jsonnet symlink.
2021-10-08 11:26:48 +02:00
github-actions[bot]
a9e549579c
Merge staging-next into staging 2021-10-08 06:01:53 +00:00
Ben Siraphob
842cdaae87
Merge pull request #140691 from r-ryantm/auto-update/python3.8-vyper 2021-10-08 00:35:45 +00:00
github-actions[bot]
ae9f8ec1b6
Merge staging-next into staging 2021-10-07 00:02:11 +00:00
Sandro
78a46ea988
Merge pull request #140789 from Korbik/sbcl_fix_2_0_8 2021-10-06 20:53:52 +02:00
Cedric Corbiere
6bd8854e3c sbcl: fix the 2.0.8 version
The 2.0.8 version was pointing to 2.1.2 version
2021-10-06 19:48:59 +02:00
github-actions[bot]
32615f6f8c
Merge staging-next into staging 2021-10-06 06:01:40 +00:00
Bernardo Meurer
45be479255
llvmPackages_rocm.compiler-rt: replace dead patch with clone 2021-10-05 19:17:59 -07:00
R. RyanTM
e47dd11f4a python38Packages.vyper: 0.2.16 -> 0.3.0 2021-10-06 00:50:57 +00:00
github-actions[bot]
f4ec0a418f
Merge staging-next into staging 2021-10-05 18:01:58 +00:00
Domen Kožar
b095319218
Merge pull request #140575 from jkarlson/llvmworkaround
llvmPackages_13.compiler-rt: disable libfuzzer for aarch64
2021-10-05 10:46:16 -05:00
Sandro
d86e170612
Merge pull request #140497 from pnmadelaine/update-fstar 2021-10-05 17:14:08 +02:00
Paul-Nicolas Madelaine
f048b1401f fstar: 2021.09.11 -> 2021.09.30 2021-10-05 13:44:30 +02:00
Emil Karlson
248936ea57 llvmPackages_13.compiler-rt: disable libfuzzer for aarch64
Libfuzzer fails to compile for aarch64 #140441.
This change allows us to have sufficient functionality to build latest chromium.
2021-10-05 10:18:58 +03:00
github-actions[bot]
4fb183ae2e
Merge staging-next into staging 2021-10-05 06:01:48 +00:00
github-actions[bot]
fe7db88be0
Merge master into staging-next 2021-10-05 06:01:11 +00:00
Vincent Laporte
561f938ff1
bigloo: explicitly depend on unistring on darwin (#140521)
Co-authored-by: figsoda <figsoda@pm.me>
2021-10-04 23:00:39 -04:00
github-actions[bot]
b7725a001d
Merge staging-next into staging 2021-10-04 18:01:44 +00:00
github-actions[bot]
150dc67b3c
Merge master into staging-next 2021-10-04 18:01:07 +00:00
figsoda
3109ff5765 treewide: avoid use of lib.optional with list in inputs 2021-10-04 13:02:42 -04:00
github-actions[bot]
8aab9796f3
Merge staging-next into staging 2021-10-03 06:01:55 +00:00
github-actions[bot]
a484ea4131
Merge master into staging-next 2021-10-03 06:01:22 +00:00
Sandro
f865ed612f
Merge pull request #140287 from thiagokokada/reduce-graalvm-closure-size 2021-10-03 05:03:24 +02:00
John Wiegley
96c0f7e4dd
rustPackages.rls: Fix 1.55 build on Darwin (#140232)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-10-03 02:16:19 +02:00
github-actions[bot]
9960091b16
Merge staging-next into staging 2021-10-02 18:01:48 +00:00
github-actions[bot]
8da8988e14
Merge master into staging-next 2021-10-02 18:01:17 +00:00
Mario Rodas
b59b7cbae6
Merge pull request #140040 from sternenseemann/sbcl-2.1.9
sbcl_2_1_9: init at 2.1.9
2021-10-02 11:01:08 -05:00
Thiago Kenji Okada
07be670cf9 graalvm-ce: create empty lib directory on macOS 2021-10-02 12:08:27 -03:00
Thiago Kenji Okada
d909c0c1f1 graalvm-ce: add lib output
Add dynamic libraries (for now only glibc) to $lib output, so we can use
them with e.g.:

```
native-image -H:CLibraryPath=${graalvm11-ce.lib}/lib ...
```

Reducing the finaly closure size of a GraalVM package since it will not
pull the whole GraalVM as a direct dependency.
2021-10-02 11:38:49 -03:00
github-actions[bot]
143452baae
Merge staging-next into staging 2021-10-02 12:01:40 +00:00
github-actions[bot]
d03095b67a
Merge master into staging-next 2021-10-02 12:01:09 +00:00
Michael Weiss
ed2c99e65f
llvmPackages_13: 13.0.0-rc4 -> 13.0.0 2021-10-01 22:10:21 +02:00
github-actions[bot]
6baf6700f7
Merge staging-next into staging 2021-10-01 06:01:38 +00:00
github-actions[bot]
b1431ff2ab
Merge master into staging-next 2021-10-01 06:01:06 +00:00
Ben Siraphob
5e1360c873
Merge pull request #140033 from sternenseemann/koka-2.2.0 2021-10-01 04:18:10 +00:00
github-actions[bot]
29cadb4162
Merge staging-next into staging 2021-10-01 00:02:08 +00:00
Bernardo Meurer
9ae3e76435
Merge pull request #139812 from Princemachiavelli/rocm_compiler-rt_no_cyclades
compiler-rt: cont. remove <cyclades.h> from libsanitizer
2021-09-30 22:06:28 +00:00
sternenseemann
4467ba6101 sbcl_2_1_9: init at 2.1.9
http://www.sbcl.org/news.html#2.1.9
2021-09-30 15:23:08 +02:00
sternenseemann
8ed1616157 sbcl_2_1_8: remove at 2.1.8 2021-09-30 15:23:07 +02:00
sternenseemann
6fd63365fc koka: 2.1.9 -> 2.3.1 2021-09-30 14:59:00 +02:00
Josh Hoffer
2549800a1a compiler-rt: cont. remove <cyclades.h> from libsanitizer
See commit 199b7c505b for the
original issue.

This patch is from the upstream rocm llvm repo:
https://reviews.llvm.org/rG884040db086936107ec81656aa5b4c607235fb9a
2021-09-29 22:28:16 -06:00
github-actions[bot]
2dfffe79b2
Merge staging-next into staging 2021-09-30 00:02:24 +00:00
github-actions[bot]
1994a3055b
Merge master into staging-next 2021-09-30 00:01:51 +00:00
sterni
53432e913b
Merge pull request #138596 from NixOS/haskell-updates
haskellPackages: update stackage and hackage
2021-09-29 23:24:50 +02:00
Austin Seipp
3a784c4963 nextpnr: 2021.08.16 -> 2021.09.27
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2021-09-29 13:14:27 -05:00
Austin Seipp
874ebfd5a8 yosys: 0.9+4276 -> 0.10+1
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2021-09-29 13:14:27 -05:00
github-actions[bot]
1de97398ed
Merge master into haskell-updates 2021-09-29 00:06:39 +00:00
David Guibert
7f98fe1ebd cudatoolkit: make 11_4 as default 11 2021-09-28 13:48:47 +02:00
github-actions[bot]
46d4b6c758
Merge staging-next into staging 2021-09-28 06:01:55 +00:00
github-actions[bot]
cf2149f1d4
Merge master into staging-next 2021-09-28 06:01:21 +00:00
Peter Hoeg
35dbdedf63 vala: not using vala 2021-09-28 09:21:08 +08:00
Martin Weinelt
ccbdef3b20
edk2: 202102 -> 202108 2021-09-28 02:38:31 +02:00
github-actions[bot]
2a1a484050
Merge master into haskell-updates 2021-09-28 00:06:32 +00:00
github-actions[bot]
0bbb651740
Merge staging-next into staging 2021-09-28 00:02:03 +00:00
github-actions[bot]
2be25e103b
Merge master into staging-next 2021-09-28 00:01:31 +00:00
John Ericson
80345d7083
Merge pull request #139022 from trofi/fix-llvm-8-to-10-on-gcc11
llvm_8, llvm_9, llvm_10: apply upstream fix for gcc-11
2021-09-27 12:35:11 -04:00
github-actions[bot]
33def12436
Merge master into haskell-updates 2021-09-27 00:06:36 +00:00
Artturin
afb755e706 buildCrystalPackage: use --no-debug
it was causing problems with the installCheckPhase due to it generating
.dwarf files
2021-09-27 00:39:08 +03:00
Artturin
9bd941c5d2 crystal,shards: remove old versions 2021-09-27 00:15:11 +03:00
Artturin
9a3ed0e8c5 buildCrystalPackage: redirect stdout to /dev/null
makes build errors easier to diagnose
2021-09-27 00:15:10 +03:00
Artturin
51e3c659a0 crystal: increase build cores
crystal: remove obsolete substituteInPlace

crystal: patchShebangs in genericBinary

crystal: use mktemp
2021-09-27 00:15:10 +03:00
Artturin
6900e4773d crystal_0_36: add a binary bootstrap variant
fixes crystal on darwin
2021-09-27 00:15:10 +03:00
sternenseemann
2034c06a0a haskell.compiler.ghc884: revert to reverse bootstraping using 8.10.2
Reverse bootstrapping is not supported by GHC upstream. In the case of
8.8.4 it just happens to work using 8.10.2, with later versions,
specifically 8.10.7 there seems to be some digressions in the generated /
used C code which cause 8.8.4 to fail to compile [1].

Thus we revert to using 8.10.2 for aarch64 and Musl which means: Still
no integer-simple and musl at the same time (however all other GHCs have
it, so it's probably not a problem) and no aarch64-darwin (GHC 8.8.4
can't target that architecture anyways). In short, the situation stays
the same.

[1]: https://github.com/NixOS/nixpkgs/pull/138523#issuecomment-927339953
2021-09-26 19:40:56 +02:00
Luke Granger-Brown
bc882f0c02 Merge remote-tracking branch 'upstream/staging' into staging-next 2021-09-26 18:26:57 +01:00
Ryan Burns
3d85bb0810
Merge pull request #139374 from ericdallo/bump-flutter
flutter: 2.2.1 -> 2.5.1
2021-09-26 10:09:25 -07:00
Pontus Stenetorp
c43789e7bb
julia_16-bin: 1.6.2 -> 1.6.3
Patches: https://github.com/JuliaLang/julia/compare/v1.6.2...v1.6.3

Dropping `chown` test workaround patch as it is now fixed upstream:

    3e8eb9e8de
2021-09-26 14:32:29 +00:00
Vladimír Čunát
a641e599a8
Merge branch 'staging-next' into staging 2021-09-26 15:03:03 +02:00
Divam Narula
d032f60c37
ghcjs: Enable on darwin (#139067) 2021-09-26 00:51:46 -04:00
github-actions[bot]
3fc911506a
Merge master into haskell-updates 2021-09-26 00:07:13 +00:00
Vincent Laporte
450c0ab5e7 ocaml-ng.ocamlPackages_4_13.ocaml: 4.13.0-rc2 → 4.13.0 2021-09-25 22:26:37 +02:00
sternenseemann
fac07c2b92 Merge remote-tracking branch 'origin/master' into haskell-updates 2021-09-25 21:07:27 +02:00
github-actions[bot]
5dd6e3a959
Merge staging-next into staging 2021-09-25 18:01:44 +00:00
David Guibert
e6da69e878 cudatolkit: fix documentation into $doc output 2021-09-25 14:51:43 +02:00
Michael Weiss
8bc030eb13
llvmPackages_13: 13.0.0-rc3 -> 13.0.0-rc4 2021-09-25 13:52:14 +02:00
Eric Dallo
804e2edff5
flutter: 2.2.1 -> 2.5.1 2021-09-25 00:28:02 -03:00
github-actions[bot]
287bb04efb
Merge master into haskell-updates 2021-09-25 00:06:17 +00:00
github-actions[bot]
1cfb9e706e
Merge staging-next into staging 2021-09-25 00:02:02 +00:00
Ryan Burns
156414ecbf
Merge pull request #136655 from samuela/samuela/cudatoolkit
cudatoolkit_11_{3,4}: init at 11.{3,4}.1
2021-09-24 12:20:40 -07:00
github-actions[bot]
d892d4cbeb
Merge staging-next into staging 2021-09-24 18:01:43 +00:00
Ryan Burns
4d1c0ead24
Merge pull request #138454 from trofi/fix-osl
osl: fix build by overriding llvm-as path
2021-09-24 09:28:14 -07:00
sternenseemann
414d4ab627 Merge remote-tracking branch 'origin/master' into haskell-updates 2021-09-24 16:26:28 +02:00
Sergei Trofimovich
46951d9527
gcc48, gcc49: apply upstream fix for gcc-11 (#138979)
Without the change build fails against gcc-11 as:

```
../../gcc-4.8.5/gcc/reload1.c:89:24:
  error: use of an operand of type 'bool' in 'operator++' is forbidden in C++17
   89 |   (this_target_reload->x_spill_indirect_levels)
      |   ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
```

Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>

Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2021-09-24 02:17:09 -04:00
github-actions[bot]
55c0ac1484
Merge staging-next into staging 2021-09-24 06:01:40 +00:00
Timothy DeHerrera
4493c55376
Merge pull request #139008 from trofi/fix-llvm-5-for-gcc-11
llvm_5: disable print_context.c (fails on gcc-11 / dwarf-5)
2021-09-23 20:19:29 -06:00
Ryan Burns
40299257cc Merge branch 'master' into staging-next 2021-09-23 18:43:00 -07:00
r-burns
188dad47ca
Merge pull request #135360 from r-burns/gcc-musl-libgomp
gcc: enable libgomp for musl targets
2021-09-23 17:22:21 -07:00
github-actions[bot]
1c28c30c71
Merge master into haskell-updates 2021-09-24 00:06:33 +00:00
Niklas Hambüchen
c57ad7ccb9 haskell.compiler.ghc*: Use 8.10.7 bindist for bootstrapping.
This fixes musl+integer-simple, see #130441.

Co-Authored-By: sternenseemann <sternenseemann@systemli.org>
2021-09-23 20:38:36 +02:00