From d25d16efebc367cccc9a8bd68b46e9ffa9f55a5c Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Fri, 13 Dec 2024 10:10:08 +0100 Subject: [PATCH] Revert "tools: disable automated libuv updates" This reverts commit a492646ff1ec5ee14d31bb977de01abc3779ada5. 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 Reviewed-By: Marco Ippolito Reviewed-By: Richard Lau --- .github/workflows/tools.yml | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml index 04c46541546ece..ea8aa33868fdf9 100644 --- a/.github/workflows/tools.yml +++ b/.github/workflows/tools.yml @@ -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