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

Force the compiler binary mtimes to a fixed value for cmake-android-* workflow builds. #6860

Merged
merged 1 commit into from
Aug 13, 2024

Conversation

copybara-service[bot]
Copy link
Contributor

@copybara-service copybara-service bot commented Aug 13, 2024

Force the compiler binary mtimes to a fixed value for cmake-android-* workflow builds.

Currently, ccache is not getting any hits because the mtime of the compiler binaries changes every time sttld/setup-ndk is called (it copies the binaries to the tool-cache, which sets their mtimes to the current time, see discussion here).

@copybara-service copybara-service bot force-pushed the test_662464572 branch 11 times, most recently from a2cbba2 to 93474de Compare August 13, 2024 14:35
@copybara-service copybara-service bot changed the title Cache the Android NDK in the cmake-android-* workflows. Force the compiler binary mtimes to a fixed value. Aug 13, 2024
@copybara-service copybara-service bot changed the title Force the compiler binary mtimes to a fixed value. Force the compiler binary mtimes to a fixed value for cmake-android-* workflow builds. Aug 13, 2024
…d-*` workflow builds.

Currently, `ccache` is not getting any hits because the `mtime` of the compiler binaries changes every time `sttld/setup-ndk` is called (it copies the binaries to the `tool-cache`, which sets their `mtime`s to the current time, see discussion [here](hendrikmuhs/ccache-action#94)).

PiperOrigin-RevId: 662517571
@copybara-service copybara-service bot merged commit 68831bc into master Aug 13, 2024
@copybara-service copybara-service bot deleted the test_662464572 branch August 13, 2024 15:00
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