Commit Graph

24752 Commits

Author SHA1 Message Date
Emily
ec67b4326e llvmPackages.tblgen: only install the tools we use (#430770) 2025-08-10 11:42:02 +01:00
Vladimír Čunát
16c4d39695 gcc: pass -Wno-complain-wrong-lang... (#432060) 2025-08-10 09:22:10 +02:00
Emily
e689c11edb ghc{865,8107,902,924,963,984}Binary: don’t depend on gcc on Darwin (#431237) 2025-08-10 07:50:19 +01:00
nixpkgs-ci[bot]
b6615377ee Merge bb8a04eb36 into haskell-updates 2025-08-10 00:25:03 +00:00
nixpkgs-ci[bot]
57aebf1631 Merge staging-next into staging 2025-08-10 00:20:56 +00:00
David McFarland
03105e77d5 dotnet: august 2025 releases (#431468) 2025-08-09 19:32:16 -03:00
Emily
5a3155ec86 llvmPackages_13.*: unpin GCC
This was added to LLVM 6, 8, 9, 10, 13, and 14 (but no others) in
695fe131c2, and then I guess gradually
got removed from all of them except 13. Anyway, I successfully built
`llvmPackages_13.stdenv` with the default GCC.
2025-08-09 18:29:06 +01:00
nixpkgs-ci[bot]
850a54ff57 Merge 56078c1dcc into haskell-updates 2025-08-09 00:21:56 +00:00
K900
767dbbcbf8 Merge remote-tracking branch 'origin/staging-next' into staging 2025-08-08 22:10:51 +03:00
David McFarland
bea7bfde4a dotnetCorePackages.dotnet_{8..10}.vmr: enable separateDebugInfo 2025-08-08 16:08:21 -03:00
Emily
18bf03bc48 gcc: pass -Wno-complain-wrong-lang when using -fmacro-prefix-map
This will break GCC < 13 when compiled with LLVM, but those versions
are EOL and should be removed anyway, so I’m happy to do the nudge
rather than spend more effort on this hopefully‐temporary hack.
2025-08-08 17:48:58 +01:00
R. Ryantm
7bc86a44d0 llvmPackages_21.lldbPlugins.llef: 1.2.1 -> 2.0.0 2025-08-08 15:58:52 +00:00
Will Cohen
ffb57b96eb emscripten: 4.0.11 -> 4.0.12 (#430973) 2025-08-08 11:45:06 -04:00
R. Ryantm
4454940477 polyml: 5.9.1 -> 5.9.2 2025-08-08 12:46:20 +00:00
R. Ryantm
580c7670a6 osl: 1.14.6.0 -> 1.14.7.0 2025-08-08 05:29:13 +00:00
nixpkgs-ci[bot]
41527dc3fe Merge 0966d21d79 into haskell-updates 2025-08-08 00:23:27 +00:00
nixpkgs-ci[bot]
e24112b607 Merge staging-next into staging 2025-08-07 18:07:03 +00:00
David McFarland
e960ddc1a5 dotnetCorePackages.dotnet_10.vmr: fix build on bash 5.3 (#431056) 2025-08-07 14:56:47 -03:00
David McFarland
f314020926 buildDotnetModule: combine hooks (#420536) 2025-08-07 11:51:35 -03:00
nixpkgs-ci[bot]
6fa945bccb Merge staging-next into staging 2025-08-07 12:08:02 +00:00
Paul Meyer
da0daef575 go_1_25: 1.25rc2 -> 1.25rc3 (#431616) 2025-08-07 08:55:59 +02:00
nixpkgs-ci[bot]
cf24951b06 Merge 3ed93ea844 into haskell-updates 2025-08-07 00:24:16 +00:00
zowoq
623b61ac92 go_1_24: 1.24.5 -> 1.24.6
Changelog: https://go.dev/doc/devel/release#go1.24
2025-08-07 09:06:45 +10:00
zowoq
b889ceecae go_1_25: 1.25rc2 -> 1.25rc3 2025-08-07 09:05:08 +10:00
zowoq
84fb6b5757 go_1_23: 1.23.11 -> 1.23.12
Changelog: https://go.dev/doc/devel/release#go1.23.12
2025-08-07 09:04:19 +10:00
David McFarland
283f9c0ab1 dotnetCorePackages.dotnet_9.vmr: 9.0.7 -> 9.0.8 2025-08-06 13:37:39 +00:00
David McFarland
5b8f2fb93b dotnetCorePackages.dotnet_8.vmr: 8.0.18 -> 8.0.19 2025-08-06 13:13:45 +00:00
David McFarland
51dddde448 dotnet/update.sh: add nixfmt to nix-shell 2025-08-06 09:42:15 -03:00
nixpkgs-ci[bot]
11f1819945 Merge staging-next into staging 2025-08-06 12:08:36 +00:00
David McFarland
6ff2be3db6 dotnetCorePackages.sdk_9_0-bin: 9.0.303 -> 9.0.304 2025-08-06 12:05:13 +00:00
David McFarland
15e0c31db6 dotnetCorePackages.sdk_8_0-bin: 8.0.412 -> 8.0.413 2025-08-06 12:05:05 +00:00
Vladimír Čunát
c4f99908f3 gcc13: 13.3.0 -> 13.4.0 (#414678) 2025-08-06 11:57:58 +02:00
nixpkgs-ci[bot]
4062b83935 Merge e2000273f2 into haskell-updates 2025-08-06 00:23:21 +00:00
Emily
cbe92242d0 llvmPackages.tblgen: only install the tools we use
Otherwise we install a weird `update_core_linalg_named_ops.sh`
maintainer script that refers to the build directory.

There are explicit install targets for some of these and probably
better ways we could install the others, but the Clang derivation
also just explicitly copies a bunch of them, so meh.
2025-08-05 19:25:19 +01:00
Emily
0d2321b1e4 ghc{865,8107,902,924,963,984}Binary: don’t depend on gcc on Darwin
At one point maybe these linked to libraries from GCC 6, but they
don’t seem to any more (checked 8.6.5 and 9.6.3).
2025-08-05 19:21:00 +01:00
nixpkgs-ci[bot]
08861d03f8 Merge staging-next into staging 2025-08-05 06:08:16 +00:00
nixpkgs-ci[bot]
07c6a900a9 Merge a2a0f504c9 into haskell-updates 2025-08-05 00:24:44 +00:00
Weijia Wang
668ca94022 elmPackages.elm-test-rs: 3.0 -> 3.0.1 (#423067) 2025-08-05 02:20:40 +02:00
David McFarland
f97109a469 dotnetCorePackages.dotnet_10.vmr: fix build on bash 5.3
Fixes: #430989
2025-08-04 20:51:10 -03:00
nixpkgs-ci[bot]
d9f7bd201e Merge staging-next into staging 2025-08-04 18:06:51 +00:00
Weijia Wang
20089a8982 graalvmPackages.graalnodejs: 24.2.1 -> 24.2.2 (#428826) 2025-08-04 11:43:43 -06:00
Weijia Wang
b99b1e097b graalvmPackages.graalpy: 24.2.1 -> 24.2.2 (#425584) 2025-08-04 11:42:56 -06:00
Weijia Wang
1c866ee2fc graalvmPackages.truffleruby: 24.2.1 -> 24.2.2 (#427627) 2025-08-04 11:28:35 -06:00
Weijia Wang
e8bbdfd4d6 graalvmPackages.graaljs: 24.2.1 -> 24.2.2 (#426779) 2025-08-04 10:41:03 -06:00
Will Cohen
6d662c52e5 emscripten: 4.0.11 -> 4.0.12 2025-08-04 11:49:35 -04:00
David McFarland
0a734f6b3a buildDotnetModule: combine hooks 2025-08-04 10:57:18 -03:00
David McFarland
cf8caed169 dotnet: add buildDotnetModule tests to sdk passthru.tests 2025-08-04 10:57:17 -03:00
K900
58bee57776 Merge remote-tracking branch 'origin/staging-next' into staging 2025-08-04 15:20:57 +03:00
Tristan Ross
9737ba35b6 llvmPackages_git: 22.0.0-unstable-2025-07-28 -> 22.0.0-unstable-2025-08-03 2025-08-04 14:08:02 +02:00
Weijia Wang
0809bfb8a6 osl: 1.14.5.1 -> 1.14.6.0 (#422206) 2025-08-04 03:24:07 -06:00