Vlad A. Ionescu
Vlad A. Ionescu
This isn't yet supported. It should be relatively easy to add support for it though. We'd just need to figure out the syntax / semantics so that it follows similar...
Makes sense - would you be willing to put together a PR, @JensRantil? I think it should be relatively easy to track down the console logging lines for this, if...
Hi @mologie, your assumptions could be correct. A few questions: * Just curious: is the cross-compilation emulation based? Or does it run natively? (is `FROM --platform=...` being used?) * The...
Some more things to try: * If you try to use `earthly --artifact +your-target/artifafct ./some/dest/path` can you reproduce the issue? This command only performs the artifact output. If it works...
> So I assume the issue is with `--save-inline-cache`. It's very possible - I think I've noticed that correlation too in the past. Could be some internal buildkit cache prep...
I wonder if there's some kind of infinite loop in the Buildkit code on computing the inline cache metadata. If anyone has a minimal reproduction Earthfile that we can run,...
We have identified an issue and have fixed it in Earthly v0.6.20. Closing this as resolved.
There are signs that this issue still reproduces after the fix too. Reopening...
Perhaps a second ctrl-c sends a SIGKILL.
Not currently - this would be a cool feature to support though.