Skip to content

Commit 13073a9

Browse files
authored
build: remove temporal updater
PR-URL: #61151 Refs: #61072 Reviewed-By: Juan José Arboleda <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Aviv Keller <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 732ab9d commit 13073a9

File tree

2 files changed

+0
-79
lines changed

2 files changed

+0
-79
lines changed

.github/workflows/tools.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ on:
3838
- root-certificates
3939
- simdjson
4040
- sqlite
41-
- temporal
4241
- undici
4342
- uvwasi
4443
- zlib
@@ -256,14 +255,6 @@ jobs:
256255
cat temp-output
257256
tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
258257
rm temp-output
259-
- id: temporal
260-
subsystem: deps
261-
label: dependencies
262-
run: |
263-
./tools/dep_updaters/update-temporal.sh > temp-output
264-
cat temp-output
265-
tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
266-
rm temp-output
267258
- id: undici
268259
subsystem: deps
269260
label: dependencies

tools/dep_updaters/update-temporal.sh

Lines changed: 0 additions & 70 deletions
This file was deleted.

0 commit comments

Comments
 (0)