Skip to content

Commit

Permalink
rollback c-ares version
Browse files Browse the repository at this point in the history
Signed-off-by: sbwml <[email protected]>
  • Loading branch information
sbwml committed Mar 8, 2024
1 parent 7f3652c commit 53d1437
Show file tree
Hide file tree
Showing 5 changed files with 180,155 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ jobs:
run: |
source /opt/rh/devtoolset-11/enable
cd node-v${{ env.VERSION }}
if [[ ${{ matrix.tag }} == "current" ]]; then
patch -p1 < ../patches/0001-Revert-deps-update-c-ares-to-1.27.0.patch
patch -p1 < ../patches/0002-Revert-deps-update-c-ares-to-1.26.0.patch
patch -p1 < ../patches/0003-Revert-deps-update-c-ares-to-1.25.0.patch
fi
./configure --prefix=../node-v${{ env.VERSION }}-linux-x$(getconf LONG_BIT)
make -j$(($(nproc --all)+1)) && make install && cp -a ./{LICENSE,CHANGELOG.md,README.md} ../node-v${{ env.VERSION }}-linux-x$(getconf LONG_BIT)/
strip ../node-v${{ env.VERSION }}-linux-x$(getconf LONG_BIT)/bin/node
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ jobs:
run: |
source /opt/rh/devtoolset-11/enable
cd node-v${{ env.VERSION }}
if [[ ${{ matrix.tag }} == "current" ]]; then
patch -p1 < ../patches/0001-Revert-deps-update-c-ares-to-1.27.0.patch
patch -p1 < ../patches/0002-Revert-deps-update-c-ares-to-1.26.0.patch
patch -p1 < ../patches/0003-Revert-deps-update-c-ares-to-1.25.0.patch
fi
./configure --prefix=../node-v${{ env.VERSION }}-linux-x$(getconf LONG_BIT)
make -j$(($(nproc --all)+1)) && make install && cp -a ./{LICENSE,CHANGELOG.md,README.md} ../node-v${{ env.VERSION }}-linux-x$(getconf LONG_BIT)/
strip ../node-v${{ env.VERSION }}-linux-x$(getconf LONG_BIT)/bin/node
Expand Down
Loading

0 comments on commit 53d1437

Please sign in to comment.