Skip to content

Commit

Permalink
tools: disable automated libuv updates
Browse files Browse the repository at this point in the history
Because the previous two commits modified the bundled version of libuv,
we cannot automatically update libuv without potentially undoing those
changes.
  • Loading branch information
tniessen authored and RafaelGSS committed Feb 15, 2024
1 parent 7fb80e5 commit 6359c62
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ on:
- googletest
- histogram
- icu
- libuv
- lint-md-dependencies
- llhttp
- minimatch
Expand Down Expand Up @@ -174,14 +173,6 @@ jobs:
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: lint-md-dependencies
subsystem: tools
label: tools
Expand Down

0 comments on commit 6359c62

Please sign in to comment.