ci: hide sync progress
This commit is contained in:
1
.github/workflows/populate_linux_sysroot.sh
vendored
1
.github/workflows/populate_linux_sysroot.sh
vendored
@@ -106,7 +106,6 @@ do-sync() {
|
|||||||
args+=(-d)
|
args+=(-d)
|
||||||
args+=(-h)
|
args+=(-h)
|
||||||
args+=(--keep-dirlinks)
|
args+=(--keep-dirlinks)
|
||||||
args+=("--info=progress2")
|
|
||||||
args+=(--delete)
|
args+=(--delete)
|
||||||
args+=(--prune-empty-dirs)
|
args+=(--prune-empty-dirs)
|
||||||
args+=(--sparse)
|
args+=(--sparse)
|
||||||
|
|||||||
Reference in New Issue
Block a user