ci: set copyback to false for FreeBSD jobs (#8155)

This commit is contained in:
Abhinav
2026-05-20 14:32:23 +02:00
committed by GitHub
parent c6d58ce7e7
commit 2a05f364b7
+6
View File
@@ -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