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