Package Details: earthly 0.8.9-1

Git Clone URL: https://aur.archlinux.org/earthly.git (read-only, click to copy)
Package Base: earthly
Description: A build automation tool that executes in containers
Upstream URL: https://earthly.dev/
Licenses: MPL-2.0
Submitter: dbermond
Maintainer: dbermond
Last Packager: dbermond
Votes: 7
Popularity: 0.000024
First Submitted: 2021-08-11 02:58 (UTC)
Last Updated: 2024-04-25 16:53 (UTC)

Latest Comments

dbermond commented on 2024-04-29 17:41 (UTC)

@StrontiumK9 I've just re-downloaded (cloned a again) a fresh copy of the sources without any problems. You can try to remove any old copy of the sources. By your log, it looks like that you are not using makepkg. Please use makepkg.

StrontiumK9 commented on 2024-04-29 11:56 (UTC)

Updating for me is currently failing with:

Building earthly...
==> Making package: earthly 0.8.9-1 (Mon 29 Apr 2024 18:53:35)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Updating earthly git repo...
From https://github.com/earthly/earthly
 - [deleted]             (none)                      -> agbell/gha_grouping
 - [deleted]             (none)                      -> refs/pull/4047/merge
 + cf66a8335...88f56cd42 acb/with-docker-caching     -> acb/with-docker-caching  (forced update)
   cb17bd231..feb428346  brandon/cloud-installations -> brandon/cloud-installations
   37134bfa8..23000c097  main                        -> main
 + e1794a369...6e5f11940 refs/pull/3417/merge        -> refs/pull/3417/merge  (forced update)
 + 10365d128...ffd2b0e7e refs/pull/3535/merge        -> refs/pull/3535/merge  (forced update)
 + e7d9223ed...49c583e2e refs/pull/3633/merge        -> refs/pull/3633/merge  (forced update)
 + dd8c921f7...a7d291d38 refs/pull/3744/merge        -> refs/pull/3744/merge  (forced update)
 + 69c300bf2...afb5c7d83 refs/pull/3792/merge        -> refs/pull/3792/merge  (forced update)
   cb17bd231..feb428346  refs/pull/4024/head         -> refs/pull/4024/head
 + 08a0736c3...f484719cd refs/pull/4024/merge        -> refs/pull/4024/merge  (forced update)
   2cd0aed28..bd2d40c25  refs/pull/4047/head         -> refs/pull/4047/head
 + 6b5322eee...2fbb00c1e refs/pull/4055/merge        -> refs/pull/4055/merge  (forced update)
 * [new ref]             refs/pull/4064/head         -> refs/pull/4064/head
 * [new ref]             refs/pull/4064/merge        -> refs/pull/4064/merge
==> Validating source files with sha256sums...
    earthly ... NOT FOUND
==> ERROR: One or more files did not pass the validity check!
Failed to build earthly

dbermond commented on 2023-10-04 22:10 (UTC)

@StrontiumK9 Fixed. Thanks for reporting.

StrontiumK9 commented on 2023-09-25 02:53 (UTC)

There is a small packaging issue which causes Earthly to warn:

 buildkitd | Warning: Buildkit version (v0.7.17) is different from Earthly version (0.7.17)

Suggest changing:

_ldflags+=" -X main.Version=${pkgver}"

to

_ldflags+=" -X main.Version=v${pkgver}"

dbermond commented on 2022-11-11 19:31 (UTC)

@ghthor I'm not going to add this here, sorry. This should be managed by upstream. You can ask them to add it there.

ghthor commented on 2022-11-11 07:26 (UTC)

Submitting a patch to add completion files.

https://gist.github.com/ghthor/33a418854e01abc1d83450f3ebcfecef

dbermond commented on 2021-12-02 16:45 (UTC)

@mschmitzberger It should be fixed by now.

mschmitzberger commented on 2021-12-02 12:42 (UTC)

I'm facing the same issue as described here: https://github.com/earthly/earthly/issues/1384

ejiek commented on 2021-11-01 23:08 (UTC)

As of 0.5.24 podman support needs a workaround

ejiek commented on 2021-11-01 22:56 (UTC)

Since 0.5.24 podman is supported. I'd suggest to move docker to optdepends and add podman there.