summaryrefslogtreecommitdiff
path: root/devel/grpc-gateway/Makefile
diff options
context:
space:
mode:
authorAndriy Gapon <avg@FreeBSD.org>2025-07-03 18:43:07 +0300
committerAndriy Gapon <avg@FreeBSD.org>2025-07-03 18:51:58 +0300
commit72eb9c02573a4921df8151b3a7edb22904480310 (patch)
tree60d6de50d7a941841c2c53eac72f1e4239297671 /devel/grpc-gateway/Makefile
parentnet/py-haproxy-cli: Update 0.6.1 => 0.7.2 (diff)
check_have_symbols.sh: remove pipefail shell optionHEADmain
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 'devel/grpc-gateway/Makefile')
0 files changed, 0 insertions, 0 deletions