Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions scripts/build-audit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# Audit a runtime artifact against the frozen patch stack (patches/SERIES.sha256): patch file hashes,
# build stamp, per-patch binary fingerprints. Arg: tarball, tree, or --freeze; defaults to newest dist/*.tar.zst.
set -euo pipefail
# readelf localises its output, so the DT_NEEDED checks below - which match the
# English literal "Shared library: [...]" - fail on any non-English system.
export LC_ALL=C.UTF-8
here="$(cd "$(dirname "$0")" && pwd)"
root="$(cd "$here/.." && pwd)"
NAME="wine-d2d1-nspa-11.13"
Expand Down