From 2a05f364b79a7377bb21d6d5d14fd191b26e3ade Mon Sep 17 00:00:00 2001 From: Abhinav Date: Wed, 20 May 2026 18:02:23 +0530 Subject: [PATCH] ci: set copyback to false for FreeBSD jobs (#8155) --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2efe408ad..8558302fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1323,6 +1323,8 @@ jobs: with: release: '14.4' envs: "TOKIO_STABLE_FEATURES RUSTFLAGS" + sync: rsync + copyback: false prepare: | pkg install -y curl curl https://sh.rustup.rs -sSf --output rustup.sh @@ -1350,6 +1352,8 @@ jobs: with: release: '14.4' envs: "TOKIO_STABLE_FEATURES RUSTDOCFLAGS RUSTFLAGS" + sync: rsync + copyback: false prepare: | pkg install -y curl curl https://sh.rustup.rs -sSf --output rustup.sh @@ -1373,6 +1377,8 @@ jobs: with: release: '14.4' envs: "TOKIO_STABLE_FEATURES RUSTFLAGS" + sync: rsync + copyback: false prepare: | pkg install -y curl curl https://sh.rustup.rs -sSf --output rustup.sh