Specify log file location
This commit is contained in:
parent
97e66c86f5
commit
74600748d9
2
.github/workflows/site-small.rkt
vendored
2
.github/workflows/site-small.rkt
vendored
|
@ -29,10 +29,12 @@
|
|||
#:fail-on-client-failures #f
|
||||
(machine #:name "Racket BC (Ubuntu 18.04, x86_64)"
|
||||
#:versionless? #true
|
||||
#:log-file "racket_bc_ubuntu18.04.txt"
|
||||
#:j 2)
|
||||
(machine #:name "Racket CS (Ubuntu 18.04, x86_64)"
|
||||
;; can't use the pre-built Racket with Racket CS
|
||||
#:versionless? #true
|
||||
#:log-file "racket_cs_ubuntu18.04.txt"
|
||||
#:dir "cs_build"
|
||||
#:j 2
|
||||
#:repo (or (getenv "HERE") ".")
|
||||
|
|
Loading…
Reference in New Issue
Block a user