golang/go

x/build: run DragonflyBSD VMs on GCE?

Open

#23,060 opened on Dec 8, 2017

View on GitHub
 (55 comments) (0 reactions) (1 assignee)Go (19,008 forks)batch import
BuildersNeedsFixhelp wantednew-builderumbrella

Repository metrics

Stars
 (133,883 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Looks like Dragonfly now supports virtio:

https://leaf.dragonflybsd.org/cgi/web-man?command=virtio&section=4

So it should run on GCE?

If somebody could prepare make.bash scripts to script the install to prepare bootable images, we could run it on GCE.

See the netbsd, openbsd, and freebsd directories as examples: https://github.com/golang/build/tree/master/env

(The script must run on Linux and use qemu to do the image creation.)

/cc @tdfbsd

Contributor guide