Skip to content

Commit 2d23968

Browse files
legendecasaduh95
authored andcommitted
build: remove temporal updater
PR-URL: #61151 Refs: #61072 Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Aviv Keller <me@aviv.sh> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent d2c8dd2 commit 2d23968

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
@@ -37,7 +37,6 @@ on:
3737
- root-certificates
3838
- simdjson
3939
- sqlite
40-
- temporal
4140
- undici
4241
- uvwasi
4342
- zlib
@@ -244,14 +243,6 @@ jobs:
244243
cat temp-output
245244
tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
246245
rm temp-output
247-
- id: temporal
248-
subsystem: deps
249-
label: dependencies
250-
run: |
251-
./tools/dep_updaters/update-temporal.sh > temp-output
252-
cat temp-output
253-
tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
254-
rm temp-output
255246
- id: undici
256247
subsystem: deps
257248
label: dependencies

tools/dep_updaters/update-temporal.sh

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

0 commit comments

Comments
 (0)