Skip to content

Commit d09ba98

Browse files
committed
tools: document that nixpkgs updates should not be backported
PR-URL: #60431 Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent 003121c commit d09ba98

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)