pocmatos
2020-8-2 19:46:46

Well - that didn’t last long…


pocmatos
2020-8-2 19:46:53

Interesting failure creating snapshot:



pocmatos
2020-8-2 19:47:07

racket/bin/racket -G build/user/config -X racket/collects -A build/user -MCR /home/runner/work/racket/racket/build/zo: -l- distro-build/install-for-docs build/docs ".github/workflows/site-small.rkt" "default" "main-distribution main-distribution-test" build/built/catalog build/native/catalog read-compiled-linklet: virtual-machine mismatch expected: "racket" found: "chez-scheme" in: /home/runner/work/racket/racket/build/zo/home/runner/work/racket/racket/build/user/7.8.0.6/pkgs/distro-build-server/compiled/install-for-docs_rkt.zo context...: read-linklet-or-directory read-dispatch read-syntax default-load-handler standard-module-name-resolver module-path-index-resolve [repeats 1 more time] module-declared?


mflatt
2020-8-2 20:01:59

@samth I think the issue may be that “site-small.rkt” has bc-machine use the same directory as the server, and cs-machine uses a separate directory, but the server is now Racket CS. The repair would be to remove #:dir from cs-machine and add an analogous one to bc-machine. Does that sound right?


samth
2020-8-2 20:05:00

Does bc-machine also need an explicit #:variant now?


mflatt
2020-8-2 20:08:37

It’s a good idea to add it, but distro-build still defaults to 'bc for now.


samth
2020-8-2 20:11:33

Do I also need to move the #:repo configuration to bc-machine?


mflatt
2020-8-2 20:12:43

That makes sense


samth
2020-8-2 20:17:48

Ok, we’ll see how that goes.


pocmatos
2020-8-3 05:23:26

@mflatt so in-place target from top-level builds racket cs now?


pocmatos
2020-8-3 05:23:55

We have a few workflows to change then. :slightly_smiling_face: