| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 5d252b7 commit d25d16e
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -27,7 +27,7 @@ on: | |||
| 27 | 27 | - gyp-next | |
| 28 | 28 | - histogram | |
| 29 | 29 | - icu | |
| 30 | - # - libuv | ||
| 30 | + - libuv | ||
| 31 | 31 | - llhttp | |
| 32 | 32 | - minimatch | |
| 33 | 33 | - nbytes | |
@@ -175,17 +175,14 @@ jobs: | |||
| 175 | 175 | cat temp-output | |
| 176 | 176 | tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true | |
| 177 | 177 | 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 | ||
| 189 | 186 | - id: llhttp | |
| 190 | 187 | subsystem: deps | |
| 191 | 188 | label: dependencies | |
| Back | FazBrowse Home | New Git URL |
0 commit comments