diff options
| author | Carl Dong <[email protected]> | 2020-04-07 19:27:31 -0400 |
|---|---|---|
| committer | Carl Dong <[email protected]> | 2020-04-07 19:27:31 -0400 |
| commit | a35e3235891d35daa167116cc70340140e883f06 (patch) | |
| tree | 2637d2439a66a46af28b48209a5a65f52900185b | |
| parent | guix: Use gcc-9 for mingw-w64 instead of 8 (diff) | |
| download | discoin-a35e3235891d35daa167116cc70340140e883f06.tar.xz discoin-a35e3235891d35daa167116cc70340140e883f06.zip | |
guix: Appease travis.
| -rw-r--r-- | contrib/guix/libexec/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/guix/libexec/build.sh b/contrib/guix/libexec/build.sh index 63feb501f..6ef803340 100644 --- a/contrib/guix/libexec/build.sh +++ b/contrib/guix/libexec/build.sh @@ -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}..." |