0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-08 10:31:50 -05:00

guix: Appease travis.

This commit is contained in:
Carl Dong 2020-04-07 19:27:31 -04:00
parent 0b66d22da5
commit a35e323589
No known key found for this signature in database
GPG key ID: 0CC52153197991A5

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
export TZ=UTC
export LC_ALL=C
set -e -o pipefail
export TZ=UTC
# Check that environment variables assumed to be set by the environment are set
echo "Building for platform triple ${HOST:?not set} with reference timestamp ${SOURCE_DATE_EPOCH:?not set}..."