-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot build gce images #146
Comments
Looking into this a bit more, the |
I'm having the same issue :(
|
Ping @asias |
The downloaded gce image file from capstan repo is not a normal image on It is an address for an image on google cloud storage, e.g., to same the gs://osv/v0.22/osv-openjdk.gce.tar.gz Francis, capstan build with gce does not work. Can you try capstan build On Wed, Jul 29, 2015 at 7:03 AM, Francis Avila [email protected]
Asias |
Updated capstan using the prebuilt binary. Qemu building works (and did before IIRC). Building for gce errors out. It looks like some tool (qemu?) is confused that the image contains only a url (which is why I mentioned it earlier). I understand that this is how google compute images work, but the image itself needs to be built somewhere locally and it doesn't look like it is. Further, the capstan-example-clojure.gce image contains the url of the openjdk image ( New output below:
|
yeah, i'm not quite sure how that works w/ the URL to the base image. It feels like it was downloaded but the final image doesn't get built. |
Using https://github.com/cloudius-systems/capstan-example-clojure as an example:
The text was updated successfully, but these errors were encountered: