Commit Graph

17465 Commits

Author SHA1 Message Date
Sandro
9a8eb5a464
Merge pull request #131830 from jakobrs/mold-patch 2021-08-05 09:34:06 +02:00
Sandro
ad123963b3
Merge pull request #132716 from AtkinsChang/cargo-tarpualin
cargo-tarpaulin: support darwin
2021-08-05 09:22:20 +02:00
Mikolaj Galkowski
a1de1fc28b unityhub: add missing dependency (cacert) 2021-08-05 08:17:58 +02:00
Atkins Chang
02b32550db
cargo-tarpaulin: support darwin
Signed-off-by: Atkins Chang <atkinschang@gmail.com>
2021-08-05 06:42:50 +08:00
Sandro
3a71e780b8
Merge pull request #132670 from zimbatm/treefmt-0.2.3
treefmt: 0.2.2 -> 0.2.3
2021-08-04 22:49:07 +02:00
Sandro
f24a248a7d
Merge pull request #132693 from fabaff/bump-tfsec
tfsec: 0.55.0 -> 0.55.1
2021-08-04 22:40:28 +02:00
Sandro
b59f55862b
Merge pull request #132680 from zimbatm/gradle-7.1.1 2021-08-04 22:19:48 +02:00
Fabian Affolter
15321909cd tfsec: 0.55.0 -> 0.55.1 2021-08-04 21:47:07 +02:00
Maximilian Bosch
355793e2cd
Merge pull request #132547 from michaeladler/updates/go-task
go-task: 3.6.0 -> 3.7.0
2021-08-04 21:38:14 +02:00
zimbatm
59091b7787
gradle_7: 7.1 -> 7.1.1 2021-08-04 18:06:18 +02:00
zimbatm
8c0d0fcf86
gradle: fmt 2021-08-04 18:06:18 +02:00
Sandro
a058b285e7
Merge pull request #130715 from r-ryantm/auto-update/jbang
jbang: 0.72.0 -> 0.77.0
2021-08-04 17:05:22 +02:00
zimbatm
58fc18c565
treefmt: 0.2.2 -> 0.2.3 2021-08-04 16:50:36 +02:00
Sandro
a79a5b880c
Merge pull request #132428 from newAM/probe-run
probe-run: 0.2.4 -> 0.2.5
2021-08-03 21:00:41 +00:00
Sandro Jäckel
d4e9b89eca
act: 0.2.23 -> 0.2.24 2021-08-03 20:07:42 +02:00
sternenseemann
c3c4ef859a gprbuild, xmlada: init at 21.0.0
GPRbuild is a multi language build system developed by AdaCore which
is mostly used for build Ada-related projects using GNAT.

Since GPRbuild is used to build itself and its dependency library
XML/Ada we first build a bootstrap version of it using the provided
bash build script bootstrap.sh as the gprbuild-boot derivation.
gprbuild-boot is then used to build xmlada and the proper gprbuild
derivation.

GPRbuild has its own search path mechanism via GPR_PROJECT_PATH which
we address via a setupHook. It currently works quite similar to the
pkg-config one: It accumulates all inputs into GPR_PROJECT_PATH,
GPR_PROJECT_PATH_FOR_BUILD etc. However this is quite limited at the
moment as we don't have a gprbuild wrapper yet which understands the
_FOR_BUILD suffix. However, we'll need to address this in the future
as it is currently basically impossible to test since the distinction
only affects cross-compilation, but it is not possible to build a GNAT
cross-compiler in nixpkgs at the moment (I'm working on changing that,
however).

Another issue we had to solve was GPRbuild not finding the right GNAT
via its gprconfig tool: GPRbuild has a knowledge base with compiler
definitions which run some checks and collect info about binaries
which are in PATH. In the end the first compiler in PATH that supports
the desired language is selected.

We want GPRbuild to discover our wrapped GNAT since the unwrapped one
is incapable of producing working binaries since it won't find the
crt*.o objects distributed with libc. GPRbuild however needs to find
the Ada runtime distributed with GNAT which is not part of the wrapper
derivation, so it will skip the wrapper and select the unwrapped GNAT.
Symlinking the unwrapped's lib directory into the wrapper fixes this
problem, but breaks linking in some cases (e. g. when linking against
OMP from gcc, the runtime variant will shadow the problem dynamic lib
from buildInputs). Additionally it uses gnatls as an indicator it has
found GNAT which is not part of the wrapper.

The solution we opted to adopt here is to install a custom compiler
description into gprbuild's knowledge base which properly detects the
nixpkgs GNAT wrapper: It uses gnatmake to detect GNAT instead of
gnatls and discovers the runtime via a symlink we add to
`$out/nix-support`. This additional definition is enough to properly
detect GNAT, since the plain wrapped gcc detection works out of the
box. It may, however, be necessary to add special definitions for
other languages in the future where gprbuild also needs to discover
the runtime.

One future improvement would be to install libgpr into a separate
output or split it into a separate derivation (which would require to
link gprbuild statically always since otherwise we end up with a
cyclical dependency).
2021-08-03 14:58:49 +02:00
Michael Adler
55e6716c51 go-task: 3.6.0 -> 3.7.0 2021-08-03 14:29:43 +02:00
Sascha Grunert
9b06d00d8b buildah: 1.21.1 -> 1.22.0
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-08-03 18:24:01 +10:00
zowoq
335f187800 skopeo: 1.3.1 -> 1.4.0
https://github.com/containers/skopeo/releases/tag/v1.4.0
2021-08-03 07:43:35 +10:00
Harrison Houghton
b7d9b2a9e9 libsigrok_0_3: fix
Apparently we have an old-version override and it doesn't make the
bindings at all, so only run the installCheck when we know it should
succeed.
2021-08-02 22:36:02 +02:00
Alex Martens
20c4bc3508 probe-run: 0.2.4 -> 0.2.5 2021-08-02 08:09:19 -07:00
Sandro
5dbc194997
Merge pull request #132413 from 06kellyjac/terraform-ls
terraform-ls: 0.19.1 -> 0.20.0
2021-08-02 14:21:48 +00:00
Sandro
9a82a76a99
Merge pull request #132412 from yaymukund/rust-analyzer-08-02
rust-analyzer: 2021-07-12 -> 2021-08-02
2021-08-02 14:14:17 +00:00
06kellyjac
463edc0d40 terraform-ls: 0.19.1 -> 0.20.0 2021-08-02 14:13:42 +01:00
Mukund Lakshman
60069171ea rust-analyzer: 2021-07-12 -> 2021-08-02 2021-08-02 11:14:14 +01:00
Sandro Jäckel
94f66d6b9f
dune-release: remove -f from rm -rf 2021-08-02 10:58:47 +02:00
Sandro
268b1dec32
Merge pull request #132095 from 06kellyjac/grpc-web
protoc-gen-grpc-web: init at 1.2.1
2021-08-02 08:53:52 +00:00
Sandro
0576bf5dc9
Merge pull request #131909 from figsoda/taplo 2021-08-02 07:59:30 +00:00
06kellyjac
970b2d4c10 protoc-gen-grpc-web: init at 1.2.1 2021-08-02 08:58:09 +01:00
Ben Siraphob
8373e53e50
Merge pull request #132374 from r-ryantm/auto-update/bacon
bacon: 1.1.6 -> 1.1.8
2021-08-02 13:27:54 +07:00
Ben Siraphob
f865d61498
Merge pull request #132376 from r-ryantm/auto-update/checkstyle
checkstyle: 8.44 -> 8.45
2021-08-02 13:25:21 +07:00
davidak
d5c4c62e5c
Merge pull request #131561 from Tomahna/metals
metals: 0.10.4 -> 0.10.5
2021-08-02 07:18:05 +02:00
R. RyanTM
b8f14c3311 checkstyle: 8.44 -> 8.45 2021-08-02 01:57:46 +00:00
R. RyanTM
08f3bf4844 bacon: 1.1.6 -> 1.1.8 2021-08-02 01:01:10 +00:00
Ben Siraphob
e0cef70443
Merge pull request #131572 from marsam/update-opam
opam: 2.0.8 -> 2.1.0
2021-08-01 12:32:59 +07:00
tomberek
48c1a0b4e6
Merge pull request #131341 from r-ryantm/auto-update/liquibase
liquibase: 4.4.1 -> 4.4.2
2021-07-31 22:39:50 -04:00
Ryan Mulligan
6d7aa7964e
Merge pull request #131375 from r-ryantm/auto-update/gotestsum
gotestsum: 1.6.4 -> 1.7.0
2021-07-31 14:33:37 -07:00
Ben Siraphob
2f94991628 treewide: fix redirected URLs
Using the script in maintainers/scripts/update-redirected-urls.sh
2021-08-01 00:01:50 +07:00
Ben Siraphob
2a64070092
Merge pull request #132050 from r-ryantm/auto-update/gore
gore: 0.5.2 -> 0.5.3
2021-07-31 23:47:11 +07:00
Maximilian Bosch
59534105db
Merge pull request #132202 from r-ryantm/auto-update/cargo-watch
cargo-watch: 7.8.1 -> 8.0.0
2021-07-31 15:16:54 +02:00
Ben Siraphob
25b8f9fb6b
Merge pull request #131914 from r-ryantm/auto-update/cargo-expand
cargo-expand: 1.0.7 -> 1.0.8
2021-07-31 18:53:52 +07:00
Ben Siraphob
d40a149bd3
Merge pull request #132194 from fabaff/bump-tfsec
tfsec: 0.52.1 -> 0.55.0
2021-07-31 18:10:34 +07:00
Ben Siraphob
985b3d04f2
Merge pull request #132062 from r-ryantm/auto-update/ktlint
ktlint: 0.41.0 -> 0.42.0
2021-07-31 17:03:27 +07:00
Ben Siraphob
1ee60c3683
Merge pull request #132077 from r-ryantm/auto-update/cargo-criterion
cargo-criterion: 1.0.1 -> 1.1.0
2021-07-31 17:02:40 +07:00
R. RyanTM
c5b20238a3 cargo-watch: 7.8.1 -> 8.0.0 2021-07-31 09:54:00 +00:00
happysalada
d55bba14da wrangler: 1.18.0 -> 1.19.0 2021-07-31 17:51:29 +09:00
Fabian Affolter
99cea37cd5 tfsec: 0.52.1 -> 0.55.0 2021-07-31 10:05:50 +02:00
Ben Siraphob
3473915a71
Merge pull request #132098 from LibreCybernetics/upgrade-scalafmt
scalafmt: 2.6.4 → 2.7.5
2021-07-31 14:07:06 +07:00
Ryan Mulligan
b7e84c7337
Merge pull request #132040 from r-ryantm/auto-update/fly
fly: 7.3.2 -> 7.4.0
2021-07-30 19:55:34 -07:00
Jörg Thalheim
a64ea105aa
Merge pull request #132055 from Mic92/just
just: fix aarch64 build
2021-07-31 03:54:54 +01:00