Commit Graph

1191 Commits

Author SHA1 Message Date
Alex James
1bc6e6c095 nodejs: use sigtool's codesign in test-macos-app-sandbox
test-macos-app-sandbox uses the system-provided codesign binary
(/usr/bin/codesign) to apply entitlements to an app bundle. This fails
in the sandbox as /usr/bin/codesign is not accessible. Patch the test to
instead use the codesign binary from sigtool. The test was updated to
pass the executable path to codesign as sigtool can't handle the bundle
path.
2025-08-30 01:27:52 -05:00
Alex James
cbb3c85f0e nodejs: drop v8 instrumentation patch
This is no longer needed now that apple-sdk_11 is the default SDK.
2025-08-30 01:26:49 -05:00
Fabián Heredia Montiel
76ee0e7497 nodejs: fix hardcoded values in GYP script (#434742) 2025-08-29 18:43:45 -06:00
Antoine du Hamel
8fd955d859 nodejs_20: fix build on staging 2025-08-29 23:07:40 +02:00
Antoine du Hamel
1e7ed3e27d nodejs: fix hardcoded values in GYP script 2025-08-29 23:03:31 +02:00
Fabián Heredia Montiel
3e04a8f0a8 Merge remote-tracking branch 'origin/staging-next' into staging 2025-08-29 13:28:18 -06:00
Fabián Heredia Montiel
2663ad92d0 nodejs_22: 22.18.0 -> 22.19.0 (#438035) 2025-08-29 10:04:41 -06:00
Antoine du Hamel
a546a8e027 nodejs_24: 24.6.0 -> 24.7.0 2025-08-29 12:07:00 +02:00
Antoine du Hamel
0a1836ce83 nodejs_22: 22.18.0 -> 22.19.0 2025-08-28 23:15:09 +02:00
Fabián Heredia Montiel
1ea6bb49f9 nodejs: do not skip passing test (#435424) 2025-08-26 12:33:14 -06:00
Janne Heß
84a0369d82 nodejs_24: 24.5.0 -> 24.6.0 (#433787) 2025-08-25 21:49:38 +02:00
Antoine du Hamel
b6aaf4d7ba nodejs: do not skip passing test
The fix was upstreamed, so we can reduce the list of skipped tests.
2025-08-21 00:31:53 +02:00
Antoine du Hamel
1587a343c9 nodejs_24: 24.5.0 -> 24.6.0 2025-08-14 23:21:18 +02:00
Pol Dellaiera
642d0dc433 nodejs_22: 22.17.1 -> 22.18.0 (#429970) 2025-08-07 19:28:02 +02:00
K900
ce4fe8c14f Merge remote-tracking branch 'origin/staging-next' into staging 2025-08-02 07:21:51 +03:00
Antoine du Hamel
629f720b67 nodejs_22: 22.17.1 -> 22.18.0 2025-08-01 00:35:32 +02:00
Antoine du Hamel
4400a454f3 nodejs_24: 24.4.1 -> 24.5.0 2025-07-31 23:56:42 +02:00
Wolfgang Walther
90604d95bc Merge branch 'staging-next' into staging 2025-07-24 14:33:09 +02:00
Wolfgang Walther
5a0711127c treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +02:00
nixpkgs-ci[bot]
f998980996 Merge staging-next into staging 2025-07-21 12:08:27 +00:00
Pol Dellaiera
3377106ef4 nodejs: update keyring used to verify the signatures (#426442) 2025-07-21 10:22:11 +02:00
Pol Dellaiera
8379bf4d67 nodejs_22: 22.17.0 -> 22.17.1 (#425601) 2025-07-21 09:31:02 +02:00
Pol Dellaiera
b5d4ac4f01 nodejs_20: 20.19.3 -> 20.19.4 (#425600) 2025-07-21 09:30:48 +02:00
Antoine du Hamel
043770b05f nodejs: update keyring used to verify the signatures 2025-07-18 19:00:41 +02:00
nixpkgs-ci[bot]
a4982e2120 Merge staging-next into staging 2025-07-18 12:07:55 +00:00
Antoine du Hamel
c2ca75772a nodejs_20: 20.19.3 -> 20.19.4 2025-07-16 00:23:25 +02:00
Antoine du Hamel
d372ee5add nodejs_24: 24.4.0 -> 24.4.1 2025-07-16 00:22:55 +02:00
Antoine du Hamel
963502fbde nodejs_22: 22.17.0 -> 22.17.1 2025-07-16 00:20:53 +02:00
Philip Taron
77dca5875a treewide: populate arch and platform for more node packages (#422938) 2025-07-15 09:18:57 -07:00
Pol Dellaiera
dc8b7fb292 nodejs_24: 24.3.0 -> 24.4.0 (#423780) 2025-07-15 13:00:24 +02:00
Antoine du Hamel
8d74a9061c nodejs_24: 24.3.0 -> 24.4.0 2025-07-09 14:47:53 +02:00
Colin
b3daf8c3a5 nodejs: split destCPU into stdenv.$platform.node
this architecture mapping is used broadly in the node ecosystem.
an assortment of tools and hooks, like buildNpmPackage or
pnpm.configHook, will benefit from reusing these values. placing them in
stdenv makes sense because (1) several of these tools don't currently
depend on nodejs, and may even be available where nodejs is not and (2)
`stdenv.{build,host,target}Platform` seems to be less error-prone than
`pkgs*.nodejs.{os,arch}` -- especially for setup hooks where the offsets
are shifted.
2025-07-07 03:07:58 +00:00
nixpkgs-ci[bot]
9c22038d81 Merge staging-next into staging 2025-07-02 06:07:37 +00:00
Yt
aa430a4cae nodejs_24: fix test (#420937) 2025-07-01 21:47:53 -04:00
nixpkgs-ci[bot]
ff7896a475 Merge staging-next into staging 2025-06-30 06:07:34 +00:00
Pol Dellaiera
8f45212ca6 nodejs_20: 20.19.2 -> 20.19.3 (#419202) 2025-06-30 06:16:06 +02:00
Antoine du Hamel
f4c47d873d nodejs_24: fix test 2025-06-29 18:01:53 +02:00
Pol Dellaiera
373d6a14e4 nodejs_22: 22.16.0 -> 22.17.0 (#419727) 2025-06-29 16:48:40 +02:00
Antoine du Hamel
8f7bfa2f6b nodejs_22: 22.16.0 -> 22.17.0 2025-06-29 10:12:14 +02:00
K900
e7cc097238 Merge remote-tracking branch 'origin/staging-next' into staging 2025-06-25 09:37:00 +03:00
Antoine du Hamel
cda781665a nodejs_24: 24.2.0 -> 24.3.0 2025-06-25 01:16:00 +02:00
Antoine du Hamel
8fc98986d4 nodejs_20: 20.19.2 -> 20.19.3 2025-06-23 11:00:13 +02:00
Antoine du Hamel
998e9f0161 nodejs_20: use stable URL for GYP patches 2025-06-17 21:07:03 +02:00
Arne Keller
01a999fd33 nodejs_22: re-add patch to fix sandboxed builds using gyp on Darwin (#416077) 2025-06-17 09:22:32 +02:00
Fugi
f0b3061fe8 nodejs_22: re-add patch to fix sandboxed builds using gyp on Darwin 2025-06-17 08:52:56 +02:00
Antoine du Hamel
cfeaf14c52 nodejs*: skip some flaky tests 2025-06-14 11:07:20 +02:00
Antoine du Hamel
b71bbb8ef3 nodejs_24: 24.1.0 -> 24.2.0 2025-06-10 00:41:07 +02:00
nixpkgs-ci[bot]
0828d14bfe Merge staging-next into staging 2025-05-22 00:17:30 +00:00
Antoine du Hamel
d7211731d8 nodejs_22: 22.15.1 -> 22.16.0 2025-05-21 19:24:34 +02:00
Antoine du Hamel
c4869aace4 nodejs_24: 24.0.2 -> 24.1.0 2025-05-21 17:30:21 +02:00