Echo all scripts in the wheelbuilder

This commit is contained in:
Anna Sirota
2021-03-17 16:31:06 +01:00
parent a458f4153e
commit 53d60969e0

View File

@@ -33,6 +33,7 @@ docker run --rm -i \
-v "$TOPDEVDIR:/data/topdev" \ -v "$TOPDEVDIR:/data/topdev" \
$DOCKER_IMAGE_NAME <<EOT $DOCKER_IMAGE_NAME <<EOT
set -e set -e
set -x
# Globally upgrade Pip, so that we can get a compatible version of the cryptography package. # Globally upgrade Pip, so that we can get a compatible version of the cryptography package.
# See https://github.com/pyca/cryptography/issues/5771 # See https://github.com/pyca/cryptography/issues/5771