From 966f59829e2238e94317632acaeb67021ce68b2d Mon Sep 17 00:00:00 2001 From: Timothée Ravier Date: Aug 30 2024 16:17:18 +0000 Subject: Revert "common: Use add-determinism as workraround for pyc mtime mismatch" This is causing issues when layering packages from different architectures that include Python scripts. See: https://github.com/fedora-silverblue/issue-tracker/issues/590 See: https://bugzilla.redhat.com/show_bug.cgi?id=2308663 See: https://gitlab.com/fedora/bootc/tracker/-/issues/3 This reverts commit 590cf18ac1611f08ee7ccafa428116e2e850bef0. --- diff --git a/fedora-common-ostree.yaml b/fedora-common-ostree.yaml index 5226d72..519808c 100644 --- a/fedora-common-ostree.yaml +++ b/fedora-common-ostree.yaml @@ -59,8 +59,6 @@ packages: # Kept for backward compatibility for AppImages # See: https://github.com/fedora-silverblue/issue-tracker/issues/589 - fuse - # Workaround for https://github.com/ostreedev/ostree/issues/1469 - - add-determinism selinux: true documentation: true @@ -147,7 +145,4 @@ postprocess: # https://github.com/fedora-silverblue/issue-tracker/issues/532 ln -snf /usr/libexec/samba/cups_backend_smb /usr/lib/cups/backend/smb - # Workaround for https://github.com/ostreedev/ostree/issues/1469 - add-determinism -j --handler pyc-zero-mtime /usr - postprocess-script: "postprocess.sh"