From e36955b5fe8ec646ef12fb5d8e75b85003b54da0 Mon Sep 17 00:00:00 2001 From: Sam Tobin-Hochstadt Date: Thu, 13 May 2021 16:54:42 -0400 Subject: [PATCH] Re-add vm-suffixes. --- .github/workflows/site-small.rkt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/site-small.rkt b/.github/workflows/site-small.rkt index 4b4dd09af6..8108505595 100644 --- a/.github/workflows/site-small.rkt +++ b/.github/workflows/site-small.rkt @@ -57,6 +57,8 @@ #:pkgs pkgs #:timeout (* 60 60 (if (null? pkgs) 1/2 2)) ;; 2 hours for the full build #:variant 'cs + #:dist-vm-suffix "cs" + #:dist-aliases '((#f #f "")) (machine/sh+tgz #:name name))) (define (bc-machine #:name name #:pkgs [pkgs distro-content]) @@ -72,6 +74,7 @@ #:pkgs pkgs #:timeout (* 60 60 (if (null? pkgs) 1/2 2)) ;; 2 hours for the full build #:variant 'bc + #:dist-vm-suffix "bc" (machine/sh+tgz #:name name))) ;; The overall configuration: