Skip to content

Commit a29f826

Browse files
committed
guix: exclude debug symbols for apple from list of hash sums due to its undeterminism
1 parent e1532db commit a29f826

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contrib/guix/guix-attest

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ mkdir -p "$outsigdir"
192192

193193
if (( ${#noncodesigned_fragments[@]} )); then
194194
cat "${noncodesigned_fragments[@]}" \
195+
| grep -v apple-darwin-debug.tar \
195196
| sort -u \
196197
| sort -k2 \
197198
| basenameify_SHA256SUMS \
@@ -220,6 +221,7 @@ mkdir -p "$outsigdir"
220221
# Note: all.SHA256SUMS attests to all of $sha256sum_fragments, but is
221222
# not needed if there are no $codesigned_fragments
222223
cat "${sha256sum_fragments[@]}" \
224+
| grep -v apple-darwin-debug.tar \
223225
| sort -u \
224226
| sort -k2 \
225227
| basenameify_SHA256SUMS \

0 commit comments

Comments
 (0)