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

Build cache is not shared when building Rust test and Rust example on windows-2022 GitHub-hosted runner #2057

Closed
russell-liu opened this issue Sep 19, 2023 · 1 comment

Comments

@russell-liu
Copy link
Contributor

russell-liu commented Sep 19, 2023

After #1995, build cache should be shared when building Rust test and Rust example, as seen by greatly reduced build times for Rust example when built after Rust test. However, on windows-2022, this does not happen:
A: https://github.com/kuzudb/kuzu/actions/runs/6200777481/job/16836164996
B: https://github.com/kuzudb/kuzu/actions/runs/6202204720/job/16840474499
C: https://github.com/kuzudb/kuzu/actions/runs/6228181232/job/16904382486
Note that sometimes Rust example eventually fails to build, but this is due to other errors.
Comparing A and B, we see that whether paths use / or \ does not matter.
Comparing A and C, we see that whether environment variables are set when building Rust example does not matter.
This might also happen on windows-2019, but it is blocked by #2051.

Edit: This also happens on windows-2019.

@semihsalihoglu-uw
Copy link
Contributor

I'm closing this because I think this is a very low priority and realistically we will not assign it to someone.

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

No branches or pull requests

2 participants