-
-
Notifications
You must be signed in to change notification settings - Fork 14
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-enable windows builds #84
Conversation
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
Interestingly, after conda-forge/r_clang_activation-feedstock#7, it seems we are finding the STL again, but the run into:
This is with m2-zip: 3.0.3-hd8ed1ab_4 conda-forge
pcre2: 10.44-h3d7b363_0 conda-forge
pkg-config: 0.29.2-h88c491f_1009 conda-forge
- r_clang_win-64: 18.1.5-h57928b3_0 conda-forge
+ r_clang_win-64: 18.1.8-h57928b3_0 conda-forge
ucrt: 10.0.22621.0-h57928b3_0 conda-forge
vc: 14.3-h8a93ad2_20 conda-forge
vc14_runtime: 14.40.33810-ha82c5b3_20 conda-forge
vs2015_runtime: 14.40.33810-h3bf8584_20 conda-forge
- vs2022_win-64: 19.38.33130-h0bfb142_18 conda-forge
- vs_win-64: 2022.8-h0bfb142_18 conda-forge
+ vs2022_win-64: 19.40.33808-h753ab0a_20 conda-forge
+ vs_win-64: 2022.10-h753ab0a_20 conda-forge
vswhere: 3.1.7-h57928b3_0 conda-forge
zstd: 1.5.6-h0ea2cb4_0 conda-forge so presumably we needed a rebuild of clang_win-64 matching the VC components in the azure image. |
The new error could simply stem from the fact that clang is more strict on Windows than MinGW/MSVC (or clang in any other setting). We probably need to fix some of the arrow code. |
Holy macaroni, I had no idea that the last available builds before |
bf9e3c0
to
b6cecdd
Compare
This is essentially a rebase of #81, though the bot tried windows in #83 as well, where it failed with
update: due to apache/arrow#43398 & r-lib/cpp11#360
Closes #81
Closes #79