Skip to content

Commit

Permalink
guix: exclude debug symbols for apple from list of hash sums due to i…
Browse files Browse the repository at this point in the history
…ts undeterminism
  • Loading branch information
knst committed Apr 3, 2024
1 parent e1532db commit a29f826
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/guix/guix-attest
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ mkdir -p "$outsigdir"

if (( ${#noncodesigned_fragments[@]} )); then
cat "${noncodesigned_fragments[@]}" \
| grep -v apple-darwin-debug.tar \
| sort -u \
| sort -k2 \
| basenameify_SHA256SUMS \
Expand Down Expand Up @@ -220,6 +221,7 @@ mkdir -p "$outsigdir"
# Note: all.SHA256SUMS attests to all of $sha256sum_fragments, but is
# not needed if there are no $codesigned_fragments
cat "${sha256sum_fragments[@]}" \
| grep -v apple-darwin-debug.tar \
| sort -u \
| sort -k2 \
| basenameify_SHA256SUMS \
Expand Down

0 comments on commit a29f826

Please sign in to comment.