diff options
author | Andriy Gapon <avg@FreeBSD.org> | 2025-07-03 18:43:07 +0300 |
---|---|---|
committer | Andriy Gapon <avg@FreeBSD.org> | 2025-07-03 18:51:58 +0300 |
commit | 72eb9c02573a4921df8151b3a7edb22904480310 (patch) | |
tree | 60d6de50d7a941841c2c53eac72f1e4239297671 /textproc/php85-xml/files/patch-compat.c | |
parent | net/py-haproxy-cli: Update 0.6.1 => 0.7.2 (diff) |
check_have_symbols.sh: remove pipefail shell option
There is only one pipeline, with two commands, in the script and the
receiving awk script is carefully written to produce a correct exit
status for any situation.
For that reason pipefail was already redundant. More than that,
pipefail was actually harmful because the awk script would terminate
early upon detecting success. Because of that, readelf could get
SIGPIPE and terminate with non-zero status. "Thanks" to pipefail the
whole pipeline would have non-zero exit status well.
The issue manifested itself as sporadic failures of the script during
bulk poudriere builds.
Discussed with: bapt
Diffstat (limited to 'textproc/php85-xml/files/patch-compat.c')
0 files changed, 0 insertions, 0 deletions