Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3e89384

Browse filesBrowse files
lpincaruyadorno
authored andcommitted
Revert "tools: disable automated libuv updates"
This reverts commit a492646. Refs: d6175b35ad3ad5c8bf0a Refs: f97865fab436fba24b46 PR-URL: #56223 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
1 parent 9c68d4f commit 3e89384
Copy full SHA for 3e89384

File tree

Expand file treeCollapse file tree

1 file changed

+9
-12
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+9
-12
lines changed
Open diff view settings
Collapse file

‎.github/workflows/tools.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/tools.yml
+9-12Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727
- gyp-next
2828
- histogram
2929
- icu
30-
# - libuv
30+
- libuv
3131
- llhttp
3232
- minimatch
3333
- nbytes
@@ -175,17 +175,14 @@ jobs:
175175
cat temp-output
176176
tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
177177
rm temp-output
178-
# libuv update was disabled because of Feb 14, 2024 security release
179-
# modified the bundled version of libuv, we cannot automatically update
180-
# libuv without potentially undoing those changes.
181-
# - id: libuv
182-
# subsystem: deps
183-
# label: dependencies
184-
# run: |
185-
# ./tools/dep_updaters/update-libuv.sh > temp-output
186-
# cat temp-output
187-
# tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
188-
# rm temp-output
178+
- id: libuv
179+
subsystem: deps
180+
label: dependencies
181+
run: |
182+
./tools/dep_updaters/update-libuv.sh > temp-output
183+
cat temp-output
184+
tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
185+
rm temp-output
189186
- id: llhttp
190187
subsystem: deps
191188
label: dependencies

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.