We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b66d22 commit a35e323Copy full SHA for a35e323
contrib/guix/libexec/build.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
-export TZ=UTC
3
export LC_ALL=C
4
set -e -o pipefail
+export TZ=UTC
5
6
# Check that environment variables assumed to be set by the environment are set
7
echo "Building for platform triple ${HOST:?not set} with reference timestamp ${SOURCE_DATE_EPOCH:?not set}..."
0 commit comments