Skip to content

Conversation

@danielschlegel
Copy link
Collaborator

HINT: Did not change /var/earthly/dind to /var/earthbuild/dind

Rename /tmp/earthly to /tmp/earthbuild everywhere

Update all code, tests, and docs to use /tmp/earthbuild instead of /tmp/earthly for temporary and cache directories. This affects environment variables, mount points, scripts, and documentation references.

Rename /tmp/earthly to /tmp/earthbuild everywhere

Update all code, tests, and docs to use /tmp/earthbuild instead of /tmp/earthly for temporary and cache directories. This affects environment variables, mount points, scripts, and documentation
references.
@github-actions
Copy link

github-actions bot commented Nov 12, 2025

🎉 Are we earthbuild yet?

Great progress! You've reduced "earthly" occurrences by 131 (2.24%)

📈 Overall Progress

Branch Total Count
main 5851
This PR 5720
Difference -131 (2.24%)

📁 Changes by file type:

File Type Change
Go files (.go) ✅ -4
Documentation (.md) ✅ -17
Earthfiles ✅ -72

Keep up the great work migrating from Earthly to Earthbuild! 🚀

💡 Tips for finding more occurrences

Run locally to see detailed breakdown:

./.github/scripts/count-earthly.sh

Note that the goal is not to reach 0.
There is anticipated to be at least some occurences of earthly in the source code due to backwards compatibility with config files and language constructs.

@danielschlegel danielschlegel marked this pull request as ready for review November 13, 2025 06:55
@danielschlegel danielschlegel requested a review from a team as a code owner November 13, 2025 06:55
Copy link
Collaborator

@janishorsts janishorsts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

PS. We need to fix the failing workflows to make sure there are no breaking changes. Not part of this PR.

@janishorsts
Copy link
Collaborator

Fixes #134

@janishorsts janishorsts merged commit 917c523 into main Nov 27, 2025
89 of 90 checks passed
@janishorsts janishorsts deleted the feature/134-replace-tmp-earthly branch November 27, 2025 19:13
@janishorsts
Copy link
Collaborator

The failing misc-tests job is unrelated to this PR.

@danielschlegel, thank you! 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants