Skip to content

Commit

Permalink
[pick](branch-2.1) pick #41891 (#41929)
Browse files Browse the repository at this point in the history
pick #41891
  • Loading branch information
xinyiZzz authored Oct 16, 2024
1 parent e6545a3 commit 95d429b
Show file tree
Hide file tree
Showing 2 changed files with 421 additions and 1 deletion.
3 changes: 2 additions & 1 deletion thirdparty/download-thirdparty.sh
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,8 @@ if [[ "${BRPC_SOURCE}" == 'brpc-1.4.0' ]]; then
cd "${TP_SOURCE_DIR}/${BRPC_SOURCE}"
if [[ ! -f "${PATCHED_MARK}" ]]; then
for patch_file in "${TP_PATCH_DIR}"/brpc-*; do
patch -p1 <"${patch_file}"
echo "patch ${patch_file}"
patch -p1 --ignore-whitespace <"${patch_file}"
done
touch "${PATCHED_MARK}"
fi
Expand Down
Loading

0 comments on commit 95d429b

Please sign in to comment.