mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
Revert "tools: disable automated libuv updates"
This reverts commit a492646ff1.
Refs: https://github.com/nodejs/node/commit/d6175b35ad3ad5c8bf0a
Refs: https://github.com/nodejs/node/commit/f97865fab436fba24b46
PR-URL: https://github.com/nodejs/node/pull/56223
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
This commit is contained in:
21
.github/workflows/tools.yml
vendored
21
.github/workflows/tools.yml
vendored
@@ -27,7 +27,7 @@ on:
|
||||
- gyp-next
|
||||
- histogram
|
||||
- icu
|
||||
# - libuv
|
||||
- libuv
|
||||
- llhttp
|
||||
- minimatch
|
||||
- nbytes
|
||||
@@ -175,17 +175,14 @@ jobs:
|
||||
cat temp-output
|
||||
tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
|
||||
rm temp-output
|
||||
# libuv update was disabled because of Feb 14, 2024 security release
|
||||
# modified the bundled version of libuv, we cannot automatically update
|
||||
# libuv without potentially undoing those changes.
|
||||
# - id: libuv
|
||||
# subsystem: deps
|
||||
# label: dependencies
|
||||
# run: |
|
||||
# ./tools/dep_updaters/update-libuv.sh > temp-output
|
||||
# cat temp-output
|
||||
# tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
|
||||
# rm temp-output
|
||||
- id: libuv
|
||||
subsystem: deps
|
||||
label: dependencies
|
||||
run: |
|
||||
./tools/dep_updaters/update-libuv.sh > temp-output
|
||||
cat temp-output
|
||||
tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
|
||||
rm temp-output
|
||||
- id: llhttp
|
||||
subsystem: deps
|
||||
label: dependencies
|
||||
|
||||
Reference in New Issue
Block a user