Thiago Kenji Okada
|
3e8caec842
|
mkGraal: move some parameters to be easier to override
|
2023-02-07 17:04:03 +00:00 |
|
Thiago Kenji Okada
|
afb99ad5d4
|
graalvm*-ce: wrap native-image to pass -H:CLibraryPath, misc improvements
Fixes issue #214922 by not adding C libraries to the default library
path of GraalVM. This should reduce the closure size of native compiled
binaries in nixpkgs again, e.g.:
Before:
```
$ ldd ./result/bin/bb
linux-vdso.so.1 (0x00007fff2669b000)
libstdc++.so.6 => /nix/store/qbgfsaviwqi2p6jr7an1g2754sv3xqhn-gcc-11.3.0-lib/lib/libstdc++.so.6 (0x00007f77fc0cf000)
libm.so.6 => /nix/store/l7vp7c9z03dspbmss3gq5wdwx5c6ifcq-graalvm11-ce-22.3.0/lib/svm/clibraries/linux-amd64/libm.so.6 (0x00007f77fbfef000)
libpthread.so.0 => /nix/store/l7vp7c9z03dspbmss3gq5wdwx5c6ifcq-graalvm11-ce-22.3.0/lib/svm/clibraries/linux-amd64/libpthread.so.0 (0x00007f77fbfea000)
libdl.so.2 => /nix/store/l7vp7c9z03dspbmss3gq5wdwx5c6ifcq-graalvm11-ce-22.3.0/lib/svm/clibraries/linux-amd64/libdl.so.2 (0x00007f77fbfe5000)
librt.so.1 => /nix/store/l7vp7c9z03dspbmss3gq5wdwx5c6ifcq-graalvm11-ce-22.3.0/lib/svm/clibraries/linux-amd64/librt.so.1 (0x00007f77fbfde000)
libc.so.6 => /nix/store/l7vp7c9z03dspbmss3gq5wdwx5c6ifcq-graalvm11-ce-22.3.0/lib/svm/clibraries/linux-amd64/libc.so.6 (0x00007f77fbdd5000)
/nix/store/c35hf8g5b9vksadym9dbjrd6p2y11m8h-glibc-2.35-224/lib/ld-linux-x86-64.so.2 => /nix/store/9xfad3b5z4y00mzmk2wnn4900q0qmxns-glibc-2.35-224/lib64/ld-linux-x86-64.so.2 (0x00007f77fc2e7000)
libgcc_s.so.1 => /nix/store/qbgfsaviwqi2p6jr7an1g2754sv3xqhn-gcc-11.3.0-lib/lib/libgcc_s.so.1 (0x00007f77fbdbb000)
```
After:
```
$ ldd ./result/bin/bb
linux-vdso.so.1 (0x00007fffdfd4e000)
libstdc++.so.6 => /nix/store/qbgfsaviwqi2p6jr7an1g2754sv3xqhn-gcc-11.3.0-lib/lib/libstdc++.so.6 (0x00007fc3a5658000)
libm.so.6 => /nix/store/c35hf8g5b9vksadym9dbjrd6p2y11m8h-glibc-2.35-224/lib/libm.so.6 (0x00007fc3a5578000)
libpthread.so.0 => /nix/store/c35hf8g5b9vksadym9dbjrd6p2y11m8h-glibc-2.35-224/lib/libpthread.so.0 (0x00007fc3a5573000)
libdl.so.2 => /nix/store/c35hf8g5b9vksadym9dbjrd6p2y11m8h-glibc-2.35-224/lib/libdl.so.2 (0x00007fc3a556e000)
librt.so.1 => /nix/store/c35hf8g5b9vksadym9dbjrd6p2y11m8h-glibc-2.35-224/lib/librt.so.1 (0x00007fc3a5569000)
libc.so.6 => /nix/store/c35hf8g5b9vksadym9dbjrd6p2y11m8h-glibc-2.35-224/lib/libc.so.6 (0x00007fc3a535e000)
/nix/store/c35hf8g5b9vksadym9dbjrd6p2y11m8h-glibc-2.35-224/lib/ld-linux-x86-64.so.2 => /nix/store/9xfad3b5z4y00mzmk2wnn4900q0qmxns-glibc-2.35-224/lib64/ld-linux-x86-64.so.2 (0x00007fc3a5870000)
libgcc_s.so.1 => /nix/store/qbgfsaviwqi2p6jr7an1g2754sv3xqhn-gcc-11.3.0-lib/lib/libgcc_s.so.1 (0x00007fc3a5344000)
```
Also improves the installCheckPhase to include more tests and improve
the old onest .
|
2023-02-07 17:00:13 +00:00 |
|
 superherointjandGitHub
|
93783fee57
|
Merge pull request #215002 from r-ryantm/auto-update/sftpgo
sftpgo: 2.4.3 -> 2.4.4
|
2023-02-06 19:48:36 -03:00 |
|
 SandroandGitHub
|
22a6958f46
|
Merge pull request #215010 from SnO2WMaN/yamlfmt
close https://github.com/NixOS/nixpkgs/issues/215000
|
2023-02-06 23:47:57 +01:00 |
|
 superherointjandGitHub
|
509fa8ca9b
|
Merge pull request #215003 from r-ryantm/auto-update/iosevka-bin
iosevka-bin: 17.1.0 -> 18.0.0
|
2023-02-06 19:45:32 -03:00 |
|
 ArtturiandGitHub
|
1c42e6f60d
|
Merge pull request #214969 from LeSuisse/metricbeat7-passthru-tests
|
2023-02-07 00:45:21 +02:00 |
|
 superherointjandGitHub
|
6ad074f20e
|
Merge pull request #215005 from r-ryantm/auto-update/kernelshark
kernelshark: 2.1.1 -> 2.2.0
|
2023-02-06 19:43:59 -03:00 |
|
 superherointjandGitHub
|
92025b3960
|
Merge pull request #214983 from r-ryantm/auto-update/dua
dua: 2.19.0 -> 2.19.1
|
2023-02-06 19:41:52 -03:00 |
|
 SandroandGitHub
|
6cdec6d1b8
|
nixos/nginx: add comment about clearing Connection header (#214211)
|
2023-02-06 23:37:38 +01:00 |
|
 Robert ScottandGitHub
|
a46d9dd25b
|
Merge pull request #214907 from Luflosi/update/python3Packages.humanize
python3Packages.humanize: 4.5.0 -> 4.6.0
|
2023-02-06 22:17:30 +00:00 |
|
 Nikolay KorotkiyandGitHub
|
8f946075fd
|
Merge pull request #215008 from r-ryantm/auto-update/the-foundation
the-foundation: 1.5.0 -> 1.6.0
|
2023-02-07 02:16:10 +04:00 |
|
 SandroandGitHub
|
d47709d1ef
|
Merge pull request #208189 from numinit/update-nebula-module
|
2023-02-06 23:14:58 +01:00 |
|
 SandroandGitHub
|
4397a26637
|
Merge pull request #211824 from Yarny0/cups-pdf-test
|
2023-02-06 23:10:12 +01:00 |
|
 superherointjandGitHub
|
368ff33e3f
|
Merge pull request #214971 from 1000101/tsdb
timescaledb: 2.9.2 -> 2.9.3
|
2023-02-06 19:04:00 -03:00 |
|
 superherointjandGitHub
|
7b29e7b4da
|
Merge pull request #214984 from wegank/pdfsam-basic-bump
pdfsam-basic: 4.3.4 -> 5.0.2
|
2023-02-06 19:00:22 -03:00 |
|
 superherointjandGitHub
|
0dcf0060d3
|
Merge pull request #214861 from NickCao/firmware-manager-ossl
firmware-manager: unpin openssl_1_1
|
2023-02-06 18:58:22 -03:00 |
|
R. Ryantm
|
89595c2d63
|
the-foundation: 1.5.0 -> 1.6.0
|
2023-02-06 21:50:44 +00:00 |
|
 superherointjandGitHub
|
55116a49b6
|
Merge pull request #214986 from kilianar/portfolio-0.61.0
portfolio: 0.60.2 -> 0.61.0
|
2023-02-06 18:48:20 -03:00 |
|
R. Ryantm
|
6a1c0b75e6
|
kernelshark: 2.1.1 -> 2.2.0
|
2023-02-06 21:46:43 +00:00 |
|
 SandroandGitHub
|
a9b92e4c39
|
Merge pull request #210578 from bcdarwin/python3-bambi
|
2023-02-06 22:45:45 +01:00 |
|
SnO2WMaN
|
f8a7e5cf2b
|
yamlfmt: init at 0.7.1
|
2023-02-07 06:44:21 +09:00 |
|
 SandroandGitHub
|
8faf826ce5
|
Merge pull request #214121 from andersk/mozillavpn
|
2023-02-06 22:42:14 +01:00 |
|
R. Ryantm
|
4bd500317e
|
iosevka-bin: 17.1.0 -> 18.0.0
|
2023-02-06 21:42:07 +00:00 |
|
 superherointjandGitHub
|
1c595e2fff
|
Merge pull request #214994 from qowoz/conmon
conmon: 2.1.5 -> 2.1.6
|
2023-02-06 18:40:08 -03:00 |
|
 SandroandGitHub
|
99fe0e68f9
|
Merge pull request #200014 from Luflosi/update/include-what-you-use
|
2023-02-06 22:39:23 +01:00 |
|
 superherointjandGitHub
|
eb7fac4bf4
|
Merge pull request #214995 from qowoz/buildah
buildah: 1.28.2 -> 1.29.0
|
2023-02-06 18:38:35 -03:00 |
|
R. Ryantm
|
a2cc64378f
|
sftpgo: 2.4.3 -> 2.4.4
|
2023-02-06 21:38:26 +00:00 |
|
SnO2WMaN
|
80e2e282c0
|
maintainers: add sno2wman
|
2023-02-07 06:35:46 +09:00 |
|
 Robert ScottandGitHub
|
a10d63f665
|
Merge pull request #214959 from r-ryantm/auto-update/geckodriver
geckodriver: 0.32.0 -> 0.32.1
|
2023-02-06 21:34:00 +00:00 |
|
 
|
6fe61041dc
|
pv-migrate: init at 1.0.1 (#210373)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
|
2023-02-06 22:32:48 +01:00 |
|
 Azat BahawiandGitHub
|
6b6e4be57f
|
Merge pull request #183129 from huantianad/breath-theme
breath-theme: init at unstable-2022-12-22
|
2023-02-07 00:31:37 +03:00 |
|
 SandroandGitHub
|
2b013e9bc2
|
Merge pull request #212982 from gador/pgadmin-6.19
|
2023-02-06 22:29:11 +01:00 |
|
 Thomas GerbetandGitHub
|
50557b29f2
|
Merge pull request #214274 from risicle/ris-pgpool-4.4.2
pgpool: 4.4.1 -> 4.4.2
|
2023-02-06 22:21:27 +01:00 |
|
 Azat BahawiandGitHub
|
6fd25511b1
|
Merge pull request #214978 from r-ryantm/auto-update/tbls
tbls: 1.60.0 -> 1.61.0
|
2023-02-07 00:16:48 +03:00 |
|
 Bernardo MeurerandGitHub
|
7b7b6c248c
|
Merge pull request #214856 from vamega/bencode-py
|
2023-02-06 15:58:58 -05:00 |
|
 Thomas GerbetandGitHub
|
aad34322f0
|
Merge pull request #214608 from risicle/ris-apr-1.7.2
apr: 1.7.0 -> 1.7.2
|
2023-02-06 21:53:28 +01:00 |
|
 R. RyanTMandGitHub
|
7767f842c4
|
ssldump: 1.5 -> 1.6 (#214992)
|
2023-02-06 12:53:16 -08:00 |
|
zowoq
|
251d9a3707
|
buildah: 1.28.2 -> 1.29.0
https://github.com/containers/buildah/releases/tag/v1.29.0
|
2023-02-07 06:38:21 +10:00 |
|
 Maximilian BoschandGitHub
|
9402c27069
|
Merge pull request #208289 from Ma27/bump-privacyidea
privacyidea: 3.7.4 -> 3.8
|
2023-02-06 21:37:24 +01:00 |
|
 R. RyantmandRick van Schijndel
|
38e3d21824
|
stacks: 2.60 -> 2.62
|
2023-02-06 21:36:49 +01:00 |
|
zowoq
|
e1e68ae08b
|
conmon: 2.1.5 -> 2.1.6
https://github.com/containers/conmon/releases/tag/v2.1.6
|
2023-02-07 06:33:12 +10:00 |
|
zowoq
|
047202f1e1
|
lnch: remove empty go vendor hash
|
2023-02-07 06:23:39 +10:00 |
|
zowoq
|
a83fd920d8
|
phylactery: remove empty go vendor hash
|
2023-02-07 06:23:39 +10:00 |
|
zowoq
|
c4fff89150
|
statik: remove empty go vendor hash
|
2023-02-07 06:23:39 +10:00 |
|
zowoq
|
6879bec517
|
evmdis: remove empty go vendor hash
|
2023-02-07 06:23:39 +10:00 |
|
zowoq
|
3ed6f9d679
|
vimPlugins.vim-hexokinase: remove empty go vendor hash
|
2023-02-07 06:23:39 +10:00 |
|
zowoq
|
3feeedb5e2
|
buildGoModule: make the vendor fetcher error if it is empty
|
2023-02-07 06:23:39 +10:00 |
|
zowoq
|
eceae845cd
|
darwin.openwith: init at unstable-2022-10-28
|
2023-02-07 06:22:06 +10:00 |
|
 Jonas ChevalierandGitHub
|
cd3c4f00f7
|
terraform-providers.gandi: 2.2.2 -> 2.2.3 (#214956)
|
2023-02-07 06:18:57 +10:00 |
|
 Thomas GerbetandArtturin
|
66444200f4
|
metricbeat7: fix passthru.tests
|
2023-02-06 22:01:39 +02:00 |
|