tools: document that nixpkgs updates should not be backported

PR-URL: https://github.com/nodejs/node/pull/60431
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Richard Lau <richard.lau@ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This commit is contained in:
Antoine du Hamel
2025-10-29 14:21:30 +01:00
committed by GitHub
parent 77a0a0fc60
commit 66f19ddd18

View File

@@ -193,7 +193,10 @@ jobs:
rm temp-output
- id: nixpkgs-unstable
subsystem: tools
label: tools
# dont-land labels are there so we can guarantee released versions of
# Node.js can be built with the same env along the whole release line life  or
# at least we can detect and document necessary updates.
label: tools, dont-land-on-v20.x, dont-land-on-v22.x, dont-land-on-v24.x, dont-land-on-v25.x
run: |
./tools/dep_updaters/update-nixpkgs-pin.sh > temp-output
cat temp-output