-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Re-add windows extension builds for R #9302
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
Re-add windows extension builds for R #9302
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found one minor issue
I've started a test run on this without the needs and the if https://github.com/samansmink/duckdb/actions/runs/6479465501/job/17593038237
I think maybe we wait for that one to finish? If that passes we can merge this?
.github/workflows/R.yml
Outdated
| # Builds extensions for windows_amd64_rtools | ||
| name: R Package Windows (Extensions) | ||
| if: startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' | ||
| needs: rstats-linux |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The needs is incorrect
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch
|
Well that did not work :/ |
|
tried again with another fix, its the autoload tests that I added that break it https://github.com/samansmink/duckdb/actions/runs/6479613260 |
|
@Mytherin I think this can go in, ideally we have those binaries for 0.6.1 R Windows then |
No description provided.