Omit date from build stamp.

This commit is contained in:
Sam Tobin-Hochstadt 2021-05-12 13:57:24 -04:00
parent 8b4b6cfaec
commit 4814d36639

View File

@ -76,6 +76,7 @@
#:site-dest (build-path (or (getenv "DISTRO_BUILD_SITE_DEST") "/tmp/racket-snapshots/") (dest-dir-name))
#:plt-web-style? #t
#:site-title (format "Snapshot: ~a" (current-stamp))
#:build-stamp (substring (or (getenv "GITHUB_SHA") "0000000000000") 0 10)
#:fail-on-client-failures #f
(sequential
(bc-machine #:name "Racket BC (Ubuntu 18.04, x86_64)")