@@ -85,23 +85,23 @@ jobs:
85
85
rm temp-output
86
86
- id : amaro
87
87
subsystem : deps
88
- label : dependencies
88
+ label : dependencies, strip-types
89
89
run : |
90
90
./tools/dep_updaters/update-amaro.sh > temp-output
91
91
cat temp-output
92
92
tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
93
93
rm temp-output
94
94
- id : brotli
95
95
subsystem : deps
96
- label : dependencies
96
+ label : dependencies, zlib
97
97
run : |
98
98
./tools/dep_updaters/update-brotli.sh > temp-output
99
99
cat temp-output
100
100
tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
101
101
rm temp-output
102
102
- id : c-ares
103
103
subsystem : deps
104
- label : dependencies
104
+ label : dependencies, cares
105
105
run : |
106
106
./tools/dep_updaters/update-c-ares.sh > temp-output
107
107
cat temp-output
@@ -163,7 +163,7 @@ jobs:
163
163
rm temp-output
164
164
- id : gyp-next
165
165
subsystem : tools
166
- label : tools
166
+ label : tools, gyp
167
167
run : |
168
168
./tools/dep_updaters/update-gyp-next.sh > temp-output
169
169
cat temp-output
@@ -179,7 +179,7 @@ jobs:
179
179
rm temp-output
180
180
- id : icu
181
181
subsystem : deps
182
- label : dependencies, test
182
+ label : dependencies, test, icu
183
183
run : |
184
184
./tools/dep_updaters/update-icu.sh > temp-output
185
185
cat temp-output
@@ -293,7 +293,7 @@ jobs:
293
293
rm temp-output
294
294
- id : sqlite
295
295
subsystem : deps
296
- label : dependencies
296
+ label : dependencies, sqlite
297
297
run : |
298
298
./tools/dep_updaters/update-sqlite.sh > temp-output
299
299
cat temp-output
@@ -317,7 +317,7 @@ jobs:
317
317
rm temp-output
318
318
- id : zlib
319
319
subsystem : deps
320
- label : dependencies
320
+ label : dependencies, zlib
321
321
run : |
322
322
./tools/dep_updaters/update-zlib.sh > temp-output
323
323
cat temp-output
0 commit comments