Skip to content

Commit 66f19dd

Browse files
authored
tools: document that nixpkgs updates should not be backported
PR-URL: nodejs/node#60431 Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 77a0a0f commit 66f19dd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tools.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,10 @@ jobs:
193193
rm temp-output
194194
- id: nixpkgs-unstable
195195
subsystem: tools
196-
label: tools
196+
# dont-land labels are there so we can guarantee released versions of
197+
# Node.js can be built with the same env along the whole release line life – or
198+
# at least we can detect and document necessary updates.
199+
label: tools, dont-land-on-v20.x, dont-land-on-v22.x, dont-land-on-v24.x, dont-land-on-v25.x
197200
run: |
198201
./tools/dep_updaters/update-nixpkgs-pin.sh > temp-output
199202
cat temp-output

0 commit comments

Comments
 (0)