Skip to content

Commit

Permalink
common: Use add-determinism as workraround for pyc mtime mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
travier committed Jul 19, 2024
1 parent 9e04e53 commit 36c70e0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ packages:
# Always include at least full English language support by default
# https://gitlab.com/fedora/ostree/sig/-/issues/14
- langpacks-en
# Workaround for https://github.com/ostreedev/ostree/issues/1469
- add-determinism

selinux: true
documentation: true
Expand Down Expand Up @@ -141,3 +143,6 @@ postprocess:
# Fix triggerin for samba-client in cups package (not supported by rpm-ostree yet)
# 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

0 comments on commit 36c70e0

Please sign in to comment.