Alex Couture-Beil
Alex Couture-Beil
in case anyone wants to follow along with parsing the active maps log messages, here's a very rudimentary parser: ``` #!/usr/bin/env python3 import sys def get_after_str(s, substr): i = s.find(substr)...
I came up with a reproduction for this why trying to update buildkit: https://github.com/earthly/earthly/issues/3825#issuecomment-1957683083
We are currently investigating a modification to the buildkit scheduler (codename: ticktock, you know, like a clock ... and scheduler), as of earthly v0.8.12 this _highly experimental_ modification can be...
@c0va23 thanks for the feedback, can you try again using https://github.com/earthly/earthly/releases/tag/v0.8.13
extra context: this is so the runner (on a satellite) can be configured to limit `RUN` duration based on the type of satellite.
done in #3794
This might be related to #3159 ; which has a fix under #3203
some users might be relying on this "feature", therefore we may need to feature-flag this fix.
related to #3147 and #3652
@nezteb can you try running `SSH_AUTH_SOCK="" earthly account login --token ` -- does that prevent the key from being used? (technically earthly will never read your private key, when I...