guix: add --no-same-owner to TAR_OPTIONS

So it's used to extract tarballs.
This commit is contained in:
fanquake
2026-02-04 17:15:08 +00:00
parent dc104cc333
commit 0f323e1075

View File

@@ -6,7 +6,7 @@ export LC_ALL=C
set -e -o pipefail
# Environment variables for determinism
export TAR_OPTIONS="--owner=0 --group=0 --numeric-owner --mtime='@${SOURCE_DATE_EPOCH}' --sort=name"
export TAR_OPTIONS="--no-same-owner --owner=0 --group=0 --numeric-owner --mtime='@${SOURCE_DATE_EPOCH}' --sort=name"
export TZ=UTC
# Although Guix _does_ set umask when building its own packages (in our case,