Does duckdb-r no longer use windows_amd64_rtools? #1059
Closed
yutannihilation
started this conversation in
General
Replies: 1 comment 1 reply
-
IIUC, Edit: This PR duckdb/duckdb#14368 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Reading the comments on duckdb/duckdb-spatial#158, I thought the
duckdb
R package useswindows_amd64_rtools
, but if I try to load the extension build withDUCKDB_PLATFORM = "windows_amd64_rtools"
, I get this error.I also found, even if I remove
windows_amd64_rtools
fromexclude_archs
of extension-ci-tools, no artifact is generated forwindows_amd64_rtools
(yutannihilation/duckdb-ext-rs-practice@9fb3076). Waswindows_amd64_rtools
already removed at some point?Beta Was this translation helpful? Give feedback.
All reactions