Skip to content
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

Don't try overwriting mod cache during nightly build #174

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

wlhlm
Copy link
Member

@wlhlm wlhlm commented Oct 29, 2024

Fixes a warning we are getting in the nightly jobs:

Run actions/cache/save@v4
/usr/bin/tar --posix -cf cache.tzst --exclude cache.tzst -P -C /home/runner/work/DreamAssemblerXXL/DreamAssemblerXXL --files-from manifest.txt --use-compress-program zstdmt
Failed to save: Unable to reserve cache with key daxxl-Linux-2024-w44, another job may be creating this cache. More details: Cache already exists. Scope: refs/heads/master, Key: daxxl-Linux-2024-w44, Version: 48840183904feb892faeaa56412d7014a19c2d726aad7885122645d312345145
Warning: Cache save failed.

The cache action doesn't support updating a cache in place, so since we are trying to use the cache for a week, all jobs after the first in the week will try to save into an existing cache repo and fail.

@Dream-Master Dream-Master merged commit 248a988 into master Oct 29, 2024
1 check passed
@Dream-Master Dream-Master deleted the no-overwrite-mod-cache branch October 29, 2024 16:02
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.

3 participants