Skip to content

Commit 6592803

Browse files
bricssRafaelGSS
authored andcommitted
tools: add zstd updater to workflow
PR-URL: #57831 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 8c5f9b4 commit 6592803

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/tools.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ on:
4141
- undici
4242
- uvwasi
4343
- zlib
44+
- zstd
4445

4546
env:
4647
PYTHON_VERSION: '3.12'
@@ -283,6 +284,14 @@ jobs:
283284
cat temp-output
284285
tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
285286
rm temp-output
287+
- id: zstd
288+
subsystem: deps
289+
label: dependencies, zlib
290+
run: |
291+
./tools/dep_updaters/update-zstd.sh > temp-output
292+
cat temp-output
293+
tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
294+
rm temp-output
286295
steps:
287296
- name: Setup Git config
288297
run: |

0 commit comments

Comments
 (0)