Skip to content

Improvements to the CI setup #38

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Improvements to the CI setup #38

wants to merge 3 commits into from

Conversation

Swizzy
Copy link
Member

@Swizzy Swizzy commented Mar 22, 2025

No description provided.

@Swizzy Swizzy marked this pull request as draft March 22, 2025 14:47
@Swizzy Swizzy marked this pull request as ready for review March 22, 2025 14:51
rm -rf /tmp/.buildx-cache-libxenon
mv /tmp/.buildx-cache-toolchain-new /tmp/.buildx-cache-toolchain
mv /tmp/.buildx-cache-libxenon-new /tmp/.buildx-cache-libxenon
test -d /tmp/.buildx-cache-toolchain-new && rm -rf /tmp/.buildx-cache-toolchain
Copy link

@tuxuser tuxuser Mar 22, 2025

Choose a reason for hiding this comment

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

Drop the -new suffix from the test

Same for the following line

Copy link
Member Author

Choose a reason for hiding this comment

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

Why? We don't want to remove the cache if it didn't change do we?

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.

2 participants