-
Notifications
You must be signed in to change notification settings - Fork 218
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] duckdb-rs does not seem cached #2820
Comments
I wiped them with |
I'm still seeing this. I'm not sure why duckdb 0.8.0 doesn't cache. We could try reverting duckdb and see whether that's it (but we'd need to revert the stdlib change too). We could also try reverting some of the CI changes. Trying ideas is difficult, because to really try something you need to:
Sorry that this is causing trouble. We already spend lots of time on devops so it's unfortunately that now it's not in a great state. I need to sign off for the evening and don't have as much time to work on PRQL this week / weekend, but will think more about what could be causing it. |
Thanks for taking a look at this. DuckDB 0.8.1 was released just a few minutes ago, so the duckdb-rs update will probably occur again this weekend. |
PS, definitely speeded up the compiling of the test. Thanks! Only Clippy build time is long now...... |
Yeah, ensuring every command has a I don't think it's clippy specifically though, I think if we remove the clippy step that won't help — clippy is compiling things first — so it would just compile later on. |
Sorry, I opened a duplicate at #2870. Because I've linked to that in other repos, if it's OK, I'll close this one in favor of that. |
After db35006, CI takes very long time.
The latest run results show that it took orver 20 minutes to run the integration test (
test-rust (ubuntu-latest, x86_64-unknown-linux-gnu)
).https://github.com/PRQL/prql/actions/runs/5250151067/jobs/9483781674
Previously, it seemed to take 4 minutes.
https://github.com/PRQL/prql/actions/runs/5238573921/jobs/9457591558
The text was updated successfully, but these errors were encountered: