We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4257dba commit 87b955eCopy full SHA for 87b955e
tools/build-manylinux.sh
@@ -2,7 +2,7 @@
2
3
# Build all the wheel artifacts for the platforms supported by manylinux2014 and
4
# export them to the specified location.
5
-set -exo pipefail
+set -euxo pipefail
6
7
function assert_defined(){
8
if [[ -z "${!1}" ]]; then
0 commit comments