test(replication): fix nightly site peer setup (#4882)

This commit is contained in:
Zhengchao An
2026-07-16 03:03:09 +08:00
committed by GitHub
parent 299b739f9f
commit 49e04bf343
3 changed files with 52 additions and 26 deletions
@@ -82,7 +82,12 @@ jobs:
python-version: "3.12"
- name: Install awscurl
run: python3 -m pip install --user --upgrade pip awscurl
run: |
python3 -m pip install --user --upgrade pip awscurl
echo "AWSCURL_PATH=$HOME/.local/bin/awscurl" >> "$GITHUB_ENV"
- name: Verify awscurl
run: test -x "$AWSCURL_PATH"
# Build the rustfs binary once up front. The e2e tests spawn it as a
# child process (crates/e2e_test/src/common.rs) and will build it on