Glow-Lang / glow

The Glow language for Blockchain Decentralized Applications.
https://glow-lang.org
Apache License 2.0
58 stars 8 forks source link

CI is failing #425

Closed zenhack closed 2 years ago

zenhack commented 2 years ago

...since I don't think we have an issue tracking this already.

I tried to fix this in #423, but it looks like not finding the shell isn't the issue.

It appears that there are no files matching /etc/*release, which the checkout action is looking for.

Where is the code that actually builds the docker image?

AlexKnauth commented 2 years ago

The code that builds the docker image is in https://github.com/fare/gerbil-utils/blob/master/scripts/make-docker-image.ss and that's what I'm attempting to fix today.

AlexKnauth commented 2 years ago

Working on it in https://github.com/Glow-Lang/glow/pull/428