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

[CI] Clear R package cache #6746

Merged
merged 2 commits into from
Mar 6, 2021
Merged

[CI] Clear R package cache #6746

merged 2 commits into from
Mar 6, 2021

Conversation

hcho3
Copy link
Collaborator

@hcho3 hcho3 commented Mar 5, 2021

Unblock #6745

@@ -74,7 +74,7 @@ jobs:
with:
path: ${{ env.R_LIBS_USER }}
key: ${{ runner.os }}-r-${{ matrix.config.r }}-1-${{ hashFiles('R-package/DESCRIPTION') }}
restore-keys: ${{ runner.os }}-r-${{ matrix.config.r }}-2-
restore-keys: ${{ runner.os }}-testr-${{ matrix.config.r }}-3-
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Bumping the version number will clear the cache

@hcho3
Copy link
Collaborator Author

hcho3 commented Mar 6, 2021

@trivialfis I wonder if R caching is just broken...

@trivialfis
Copy link
Member

trivialfis commented Mar 6, 2021

I removed the cache on release test when you were on vacation. GitHub doesn't allow manual cleanup for cache.

@hcho3 hcho3 merged commit 5ae7f99 into dmlc:master Mar 6, 2021
@hcho3 hcho3 deleted the fix-r-cache branch March 6, 2021 16:37
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