Nic Cope
Nic Cope
https://github.com/crossplane/crossplane/blob/925e88854791448102d15531f3051739c3b8cd6c/Earthfile#L149 If we could somehow inject this version _after_ the binary was built it would help a lot with build caching. No idea how to do that though. Maybe patch...
@adamgordonbell Thanks! Unfortunately the bulk of the time is definitely spent in the `RUN go build` step, since we compile every PR for all supported platforms. Since we want to...
I've seen https://github.com/actions/runner-images/issues/7897 maybe 5-6 times since we made the switch yesterday. Anecdotally mostly on E2E tests, but also once on codeql and once or twice on publish-artifacts. It seems...
> Renovate can't run `earthly` I setup our Renovate GitHub Action to use https://github.com/earthly/actions-setup, but noticed Renovate was complaining it couldn't run `earthly`. Turns out our Renovate action is running...
@mergenci Thanks! Yes, that was noted during the proposal: https://github.com/crossplane/crossplane/blob/93610dc7e7877f/design/one-pager-build-with-earthly.md#risks
@chlunde Thanks! I'm not opposed to setting that flag. I wonder if there are any downsides?
Thanks @jbw976! > instructions to install from master channel with helm in https://docs.crossplane.io/latest/software/install/#install-pre-release-crossplane-versions are failing https://charts.crossplane.io/crossplane-1.17.0-rc.0.175.g93610dc7.tgz looks like an incorrect URL, right? I think it should be https://charts.crossplane.io/master/crossplane-1.17.0-rc.0.175.g93610dc7.tgz. I'm guessing...
https://github.com/crossplane/crossplane/pull/5765 should fix the Helm issue. ``` $ helm repo update Hang tight while we grab the latest from your chart repositories... ...Successfully got an update from the "crossplane-stable" chart...
One small downside. Because we're building in a container, and because Earthly (and Docker) won't let you `COPY` from a parent directory, you can't use local `replace` statements very easily...
Sorry for the delayed response @MisterMX. I'm open to this - mind rebasing? This is a bit of a behavior change. Should it be behind a feature flag? Could anyone...