1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 12:11:28 +00:00
Commit graph

10249 commits

Author SHA1 Message Date
Vladimír Čunát c5f4e54e1d
Merge #135692: pkgsCross.avr.buildPackages.gcc: work around
... for log limit on hydra
2021-09-05 16:47:18 +02:00
Michael Weiss 5661f7dbee
llvmPackages_13.compiler-rt: Mark as broken on Aarch64
To avoid unnecessary builds but this needs to be fixed ASAP. Chromium
already depends on it and a lot of additional packages, including Mesa,
will depend on it after the stable release.
2021-09-03 23:13:43 +02:00
github-actions[bot] c421cdc0ee
Merge master into haskell-updates 2021-09-02 00:05:59 +00:00
Mario Rodas 7458f66f63
fstar: 2021.07.31 -> 2021.08.27 (#136215) 2021-09-01 07:31:20 -05:00
sternenseemann 6f1a319c45 haskell.compiler.ghc921: mark as broken on darwin
Seems like there is either a fundamental issue with how our derivation
works or an upstream bug prevent GHC 9.2.1 from compiling on macOS using
nixpkgs. Until someone fixes that or rc2 comes around, we can save the
build time.
2021-09-01 14:22:49 +02:00
github-actions[bot] 5f6b37f57e
Merge master into haskell-updates 2021-09-01 00:07:34 +00:00
Jack Cummings 912565a708 whitespace 2021-08-31 16:53:58 -05:00
Jack Cummings 6e968a8550 bluespec: style changes, checkInputs 2021-08-31 16:53:58 -05:00
Jack Cummings 83088d4503 whitespace 2021-08-31 16:53:58 -05:00
Jack Cummings dea07960df bluespec: use only 'check-smoke' for now 2021-08-31 16:53:58 -05:00
Jack Cummings de2257e11c whitespace 2021-08-31 16:53:58 -05:00
Jack Cummings 67247c113e bluespec: unstable-2021.03.29 -> 2021.07 2021-08-31 16:53:58 -05:00
github-actions[bot] 100003e8ce
Merge master into haskell-updates 2021-08-31 00:09:17 +00:00
sternenseemann 3ff0594935 haskell.compiler.ghc884: remove big-parallel
GHC 8.8.4 seems to be quite susceptible to flaky build failures when
using more cores. Since we don't care about speed too much with this
one, let's disable big-parallel again.
2021-08-30 12:17:09 +02:00
Vincent Laporte 39067594f5 ocaml-ng.ocamlPackages_4_13.ocaml: 4.13.0-α2 → 4.13.0-β1 2021-08-30 07:38:35 +02:00
github-actions[bot] 423e1eaafd
Merge master into haskell-updates 2021-08-30 00:06:11 +00:00
Tom Repetti c33c7c3d5f
clang_11: Fix RISC-V builds for compiler-rt. (#135718)
Closes: #135628
2021-08-29 19:31:30 -04:00
Robert Hensing 6129057412
Merge pull request #136043 from polykernel/treewide-concatstringssep-patch
treewide: lib.concatStrings (lib.intersperse ...) -> lib.concatStringsSep …
2021-08-29 23:24:57 +02:00
Ben Siraphob 816fa4a99f
Merge pull request #136086 from r-ryantm/auto-update/python3.8-vyper 2021-08-29 09:48:03 -05:00
Domen Kožar 6f1242469a ghc: 8.10.5-binary -> 8.10.7-binary 2021-08-29 15:29:27 +02:00
R. RyanTM 1025f27189 python38Packages.vyper: 0.2.15 -> 0.2.16 2021-08-29 08:38:08 +00:00
github-actions[bot] e96f5aea47
Merge master into haskell-updates 2021-08-29 00:06:33 +00:00
Michael Weiss ae75e98913
Merge pull request #136061 from primeos/llvmPackages_git
llvm/update-git.py: Automatically commit the changes
2021-08-28 23:18:31 +02:00
Michael Weiss 00e380f1be
llvmPackages/update.sh: Support LLVM 13+ 2021-08-28 22:55:08 +02:00
Michael Weiss 680c2e60c9
llvm/update-git.py: Automatically commit the changes 2021-08-28 22:54:31 +02:00
polykernel ca20a96b5f treewide: concatStrings (intersperse ...) -> concatStringsSep ...
Update all usage of lib.concatStrings (lib.intersperse ...) to
lib.concatStringsSep. This produces the same result as per https://github.com/NixOS/nixpkgs/pull/135843,
however it yields a performance benefit on Nix versions that
support the builtins.concatStringsSep primop.
2021-08-28 11:57:59 -04:00
sternenseemann a008c419dd haskell.compiler.ghc921: provide xattr on darwin
GHC 9.2.1-rc1 needs to run xattr in ghc.mk unconditionally. The fix for
this and support for the XATTR environment variable have only been added
to the GHC 8.10 series so far.
2021-08-28 16:17:21 +02:00
sternenseemann b756d62d8d haskell.compiler.ghcHEAD: provide xattr on darwin
This darwin specific tool is required for GHC on master
nowadays. Unfortunately the XATTR environment variable only works in the
GHC 8.10 series.
2021-08-28 16:17:21 +02:00
sternenseemann a0142cc3cc Merge remote-tracking branch 'origin/master' into haskell-updates 2021-08-28 14:45:41 +02:00
Domen Kožar 09818c59fa
Merge pull request #135345 from prusnak/ghc-aarch64-darwin
ghc: enable build on aarch64-darwin (aka Apple Silicon)
2021-08-28 13:10:55 +02:00
Pavol Rusnak e0b89affa0 haskellPackages: fix ghc build on aarch64-darwin
by adding autoSignDarwinBinariesHook to nativeBuildInputs
2021-08-28 12:54:06 +02:00
Michael Weiss b9e35f1c86
Merge pull request #135923 from primeos/llvmPackages_13
llvmPackages_13: 13.0.0-rc1 -> 13.0.0-rc2
2021-08-28 11:34:11 +02:00
github-actions[bot] c85c717e9b
Merge master into haskell-updates 2021-08-28 00:05:53 +00:00
Michael Weiss bac15390f5
llvmPackages_13: 13.0.0-rc1 -> 13.0.0-rc2
Upstream backported 5060224d9eed8b8359ed5090bb7c577b8575e9e7:
93da37dc58
2021-08-28 00:00:47 +02:00
Michael Weiss 6bb97886ad
llvmPackages_git: 2021-08-03 -> 2021-08-13 2021-08-27 20:14:28 +02:00
maralorn 354752c682
Merge pull request #135838 from sternenseemann/ghc-8.10.7
ghc: 8.10.6 -> 8.10.7
2021-08-27 19:34:38 +02:00
Dennis Gosnell 9eee295881
Merge pull request #135729 from cdepillabout/bump-purescript
purescript: 0.14.3 -> 0.14.4
2021-08-27 11:21:28 +09:00
Dennis Gosnell 688eef3c04
purescript: add missing dependency to update script
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-08-27 10:45:20 +09:00
github-actions[bot] 2b967ea234
Merge master into haskell-updates 2021-08-27 00:06:46 +00:00
Michael Raskin 7c3be098d3
Merge pull request #133217 from yu-re-ka/feature/emscripten-2-0-26
emscripten: 2.0.10 -> 2.0.26
2021-08-26 23:08:02 +00:00
sternenseemann 9eca744cc0 ghc: 8.10.6 -> 8.10.7
https://www.haskell.org/ghc/download_ghc_8_10_7.html
2021-08-27 00:42:51 +02:00
Paul-Nicolas Madelaine 6e758d0e81 fstar: 0.9.6.0 -> 2021.07.31 2021-08-26 13:36:29 +02:00
(cdep)illabout aff01371c1
purescript: add updateScript for automatic updates 2021-08-26 10:20:27 +09:00
(cdep)illabout 905a62e6c3
purescript: 0.14.3 -> 0.14.4 2021-08-26 10:16:28 +09:00
github-actions[bot] faa97c56dc
Merge master into haskell-updates 2021-08-26 00:06:00 +00:00
sternenseemann d01533ceab pkgsCross.avr.buildPackages.gcc{10,11}: avoid log limit on hydra
When upgrading from gcc 9 to 10, avr-gcc started to hit the hydra log
limit, preventing the binary cache from being populated.

This commit tries to workaround this issue by passing `-s` to make for
avr-gcc 10 and 11 which seem to exhibit this problem.

Reference #135605.
2021-08-26 00:36:58 +02:00
R. RyanTM bcd4ec4f48 kotlin: 1.5.21 -> 1.5.30 2021-08-25 07:00:16 +00:00
Pavol Rusnak 02c5e5173f
haskellPackages: introduce ghc8105Binary to enable aarch64-darwin bootstrap 2021-08-24 18:49:25 +02:00
sternenseemann b4f66903e3 haskell.compiler.*: make big-parallel
Compiling GHC on Hydra takes 3h or more (with -j2) whereas even on an
outdated CPU GHC can be compiled in under an hour with -j4. To get a
higher NIX_BUILD_CORES value at build time, we'll have to mark GHC
big-parallel.
2021-08-24 00:57:19 +02:00
Joe Hermaszewski ea7f40ef09
Merge remote-tracking branch 'origin/master' into haskell-updates 2021-08-23 23:10:16 +08:00