Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Commit 971a489

Browse files
committed
fix
1 parent de134d7 commit 971a489

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/runner/functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ if [[ "${CONTINUE_SBUILD}" == "YES" ]]; then
399399
}
400400
close(cmd);
401401
}'
402-
rsync -achL --safe-links "${ARTIFACTS_DIR}/." "${SBUILD_OUTDIR}"
402+
rsync -achL --exclude="**/LC_MESSAGES/LC_MESSAGES/**" --exclude="**/nix/store/**" --safe-links "${ARTIFACTS_DIR}/." "${SBUILD_OUTDIR}"
403403
rm -rf "${SBUILD_OUTDIR}/BUILD.log" 2>/dev/null
404404
rm -rf "${ARTIFACTS_DIR}" 2>/dev/null
405405
fi

0 commit comments

Comments
 (0)