Skip to content

chore: remove ram disk from $GITHUB_WORKSPACE #2

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

Merged
merged 2 commits into from
May 19, 2025

Conversation

hugodutka
Copy link
Collaborator

Previously, $GITHUB_WORKSPACE was backed by an exFAT filesystem due to an issue with actions/checkout (described in the file edited in this PR) that prevented the use of NTFS. However, exFAT is incompatible with mtimehash, which we need to ensure test cache hits. The problem is that exFAT only supports file modification times from 1980 onward, while mtimehash can generate values earlier than that. By default, $GITHUB_WORKSPACE is backed by NTFS, which does not have this limitation.

@hugodutka hugodutka merged commit a4b59ca into main May 19, 2025
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.

1 participant