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

Remove caching of the target for now #120

Merged
merged 1 commit into from
Feb 27, 2021
Merged

Conversation

ianoc
Copy link
Contributor

@ianoc ianoc commented Feb 27, 2021

It seems this is a common/known issue thats being worked on to do with github actions/cache on macOS

actions-rs/cargo#111

Causing some flakiness it looks like, similar to those bug reports. For some reason serde crate seems to be the issue for a lot of people curiously enough given reports of a tar issue.

It seems this is a common/known issue thats being worked on to do with github actions/cache on macOS 

actions-rs/cargo#111
Copy link
Owner

@cberner cberner left a comment

Choose a reason for hiding this comment

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

Had a question, but otherwise looks good to me

@@ -30,11 +30,6 @@ jobs:
with:
path: ~/.cargo/git
key: ${{ runner.os }}-cargo-index-${{ hashFiles('**/Cargo.lock') }}
- name: Cache cargo build
uses: actions/cache@v1
Copy link
Owner

Choose a reason for hiding this comment

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

Does the v2 release fix it?

https://github.com/actions/cache

Copy link
Contributor Author

Choose a reason for hiding this comment

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

2.1.4 has the fix, but it seems there's some sort of gtar issue and i believe the v2 tag doesn't point at it -- actions/cache#528 . A few rust repos from the issues look like they have manually pinned to 2.1.4 to get the original issue fixed. So we could probably try that here alternatively, assuming the gtar issue doesn't happen?

Copy link
Owner

Choose a reason for hiding this comment

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

I see. Ok, I'll just merge this for now then

@cberner cberner merged commit a24a545 into cberner:master Feb 27, 2021
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