Commit Graph

2478 Commits

Author SHA1 Message Date
Janne Heß
5f136ae633
Merge pull request #149810 from pennae/ninja-progress
ninja: pipe ninja output through cat in hooks
2021-12-09 12:35:15 +01:00
pennae
2f2fa58e4d ninja: pipe ninja output through cat in hooks
ninja build progress output is not line-base, it overwrites the same
line over and over again with its progress reporting. nix is line-based
though, so ninja-based builds have their progress hidden. pipe ninja
output through cat to avoid this.
2021-12-09 09:43:36 +01:00
Alyssa Ross
16fb150e03
Merge remote-tracking branch 'nixpkgs/master' into staging-next
Conflicts:
	pkgs/development/libraries/libunwind/default.nix
2021-12-07 23:56:16 +00:00
Uri Baghin
ec68e9736c
Merge pull request #148859 from r-ryantm/auto-update/bazel-remote
bazel-remote: 2.2.0 -> 2.3.0
2021-12-08 08:46:00 +11:00
R. Ryantm
7366bbb3c5 bazel-remote: 2.2.0 -> 2.3.0 2021-12-06 04:37:00 +00:00
R. Ryantm
e62a334eae bazel-buildtools: 4.2.3 -> 4.2.4 2021-12-06 04:23:31 +00:00
Jörg Thalheim
423aff986c Merge remote-tracking branch 'upstream/master' into HEAD 2021-12-05 19:41:20 +01:00
Martin Kühl
a707ff8c99 redo-apenwarr: 0.42c -> 0.42d 2021-12-05 14:23:05 +01:00
Jonathan Ringer
9fcf9be974
Merge remote-tracking branch 'origin/staging' into staging-next
Conflicts:
	pkgs/development/python-modules/bx-python/default.nix
2021-12-03 00:11:41 -08:00
Jakub Kozłowski
305b7de421 bloop: 1.4.9 -> 1.4.11 2021-12-02 17:50:31 -08:00
Jakub Kozłowski
24d717393f bloop: add kubukoz as maintainer 2021-12-02 17:50:31 -08:00
Jonathan Ringer
571cbf3d1d
Merge pull request #147092 from NixOS/staging-next
staging-next: 2021-11-22
2021-12-02 16:04:32 -08:00
Jakub Kozłowski
3bf91048f8 scala-cli: 0.0.8 -> 0.0.9 2021-12-02 16:03:23 -08:00
Jörg Thalheim
96956d7682
Merge pull request #145265 from Stunkymonkey/development-pname-version-3
pkgs/development: rename name to pname&version part 3
2021-12-02 14:56:34 +00:00
Alyssa Ross
f404068903
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
Conflicts:
	pkgs/servers/search/groonga/default.nix
2021-12-02 14:52:44 +00:00
Jörg Thalheim
cfa9a0cbe6
Merge pull request #136227 from liff/gradle-native
gradle: Add ncurses dependencies on Linux
2021-12-02 10:36:19 +00:00
github-actions[bot]
4746376a5f
Merge master into staging-next 2021-12-02 00:01:31 +00:00
Lorenz Leutgeb
3d468e0315 gradle: 7.3 -> 7.3.1 2021-12-01 19:20:18 +01:00
Felix Buehler
7678aa30b4 pkgs/development: rename name to pname&version 2021-11-30 21:32:28 +01:00
github-actions[bot]
700540c4fb
Merge staging-next into staging 2021-11-25 00:02:31 +00:00
github-actions[bot]
b244d0edca
Merge master into staging-next 2021-11-25 00:01:54 +00:00
toonn
982f7228ff cmake: Temporarily pass flags
To mimic LLVM 7 behavior we need to pass `-Wno-elaborated-enum-base` in
`CXXFLAGS`. Ideally this gets fixed upstream and won't be necessary.
2021-11-24 15:17:13 -08:00
Wael Nasreddine
c691e088d7
bazel_4: Fix Bazel-built protoc segfault on macOS Monterey (#147097)
This was fixed by enabling the user_link_flags_feature for macosx cc_toolchain_config.

References:
- https://github.com/bazelbuild/bazel/issues/14216
- https://github.com/bazelbuild/bazel/pull/14275
2021-11-24 10:55:14 -08:00
github-actions[bot]
4b11545cf7
Merge master into staging-next 2021-11-24 18:01:03 +00:00
Finn Behrens
7dbdc0df77
corrosion: unstable-2021-02-23 -> unstable-2021-11-23 (#147244) 2021-11-24 18:05:31 +01:00
Olli Helenius
b481b80b9f
gradle: Add liff as maintainer 2021-11-23 20:45:22 +02:00
Olli Helenius
d298031095
gradle: Add ncurses dependencies on Linux
If ncurses is available Gradle can use it to prettify its output and
show progress during task execution. The fixup step patches the
bundled native libraries with libstdc++ but not with ncurses, which
means that Gradle will always use the (non-pretty) fallback native
platform libraries.

Patching the native platform libraries with ncurses5 and ncurses6
dependencies fixes the issue.

For some reason both ncurses5 and ncurses6 are required. Gradle will
refuse to start if, for example, the ncurses5 native platform jar is
missing.
2021-11-23 20:43:53 +02:00
github-actions[bot]
a1d98b162f
Merge master into staging-next 2021-11-23 18:01:10 +00:00
Finn Behrens
9ef72b907c
corrosion: fix darwin build (#147120) 2021-11-23 11:14:45 -05:00
Jonathan Ringer
4b73049ccc
Merge remote-tracking branch 'origin/staging' into staging-next
Conflicts:
	nixos/tests/custom-ca.nix
2021-11-22 21:33:23 -08:00
Kevin Cox
dc447918a0
Merge pull request #119444 from lorenzleutgeb/gradle-jdk
gradle: Decouple from JDK 8 and support Java Toolchains
2021-11-22 16:27:10 -05:00
Fabián Heredia Montiel
2676de37fe
mill: 0.9.9 → 0.9.10 (#147008) 2021-11-22 14:54:37 -05:00
panicgh
27f9348ee7
wafHook: always enable parallel building (#136641)
Follow the same pattern as used in the cmake setup hook to assume
`enableParallelBuilding=1` when unset by the user. This makes wafHook
honor `NIX_BUILD_CORES`. See #136368 and #136641.
2021-11-21 16:40:48 -05:00
Lorenz Leutgeb
01f4c7ec88 gradle: Decouple gradleGen and JDK 2021-11-19 18:54:25 +01:00
Robert Hensing
9005cb8835
Merge pull request #145841 from l0b0/fix-indentation
Fix indentation
2021-11-18 00:38:59 +01:00
sternenseemann
edfba44b90 gprbuild, gprbuild-boot: bump gprconfig_kb to 22.0.0
gprconfig_kb finally also saw a new release, so it matches the gprbuild
version again.
2021-11-16 00:25:34 +01:00
sternenseemann
7f96c6f037 gprbuild, gprbuild-boot: 21.0.0 -> 22.0.0 2021-11-15 22:41:56 +01:00
Lorenz Leutgeb
5153a6cf19 gradle: Clean up 2021-11-15 19:19:50 +01:00
Victor Engmark
57b496ea98 misc: Replace tab indentation with spaces
I've tried to be consistent, using four or eight spaces to line up
with existing code.
2021-11-14 16:04:46 +13:00
github-actions[bot]
9b5a105856
Merge master into staging-next 2021-11-14 00:01:47 +00:00
Jörg Thalheim
324d5b3ee8
Merge pull request #145709 from winterqt/bazel-md5sum
bazel: replace additional usages of md5sum
2021-11-13 22:51:21 +00:00
Winter
21727e4915 bazel: replace additional usages of md5sum 2021-11-12 21:50:32 -05:00
github-actions[bot]
699560194d
Merge master into staging-next 2021-11-12 18:01:08 +00:00
github-actions[bot]
4535cfe0ab
Merge master into staging-next 2021-11-12 12:01:10 +00:00
Uri Baghin
61c121424d
bazel_4: link to issue about aarch64-darwin 2021-11-12 21:58:45 +11:00
Uri Baghin
64144e80df bazel_4: disable install check on aarch64-darwin 2021-11-12 10:32:59 +01:00
github-actions[bot]
026e6c328a
Merge master into staging-next 2021-11-12 00:01:22 +00:00
Lionello Lunesu
7da895a43a dub: enable aarch64-darwin 2021-11-11 08:30:44 -08:00
github-actions[bot]
259e08cd22
Merge master into staging-next 2021-11-10 18:01:21 +00:00
Lorenz Leutgeb
bfd4f21603 gradle: 7.2 -> 7.3 2021-11-10 15:54:55 +01:00