From 10a888a2544813833b8aaf250d666b553a983379 Mon Sep 17 00:00:00 2001 From: Gerald Pinder <4626052+gmpinder@users.noreply.github.com> Date: Sun, 3 Aug 2025 11:53:45 -0400 Subject: [PATCH] Install earthly in a different manner --- recipes/common/dev-packages.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/common/dev-packages.yml b/recipes/common/dev-packages.yml index 45f4946..aa7bc9f 100644 --- a/recipes/common/dev-packages.yml +++ b/recipes/common/dev-packages.yml @@ -7,8 +7,6 @@ modules: files: - kubectl.repo - google-cloud-sdk.repo - # - opentofu.repo - - https://pkg.earthly.dev/earthly.repo - https://cli.github.com/packages/rpm/gh-cli.repo - https://rpm.releases.hashicorp.com/fedora/hashicorp.repo group-install: @@ -18,7 +16,6 @@ modules: packages: - cmake - "gcc-c++" - - earthly - kubectl - helm - pylsp @@ -59,5 +56,6 @@ modules: - install-codelldb.sh - install-zellij.nu snippets: + - wget https://github.com/earthly/earthly/releases/latest/download/earthly-linux-amd64 -O /usr/bin/earthly && chmod +x /usr/bin/earthly - echo 'iptable_nat' | tee -a /etc/modules-load.d/dagger-setup.conf - from-file: common/docker-engine.yml