You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(r/sedonadb): Fix build on Windows for path restriction (#208)
This PR allows a developer to override the target path for Cargo, which is useful on Windows where most paths a user might build this under fail (e.g., I run into the path length restriction for CMake in my usual home directory/documents folder). This allows overriding that (for local development it one can put SEDONADB_TARGET_DIR=C:/sedonadb_tmp in their .Rprofile), and automatically overrides it on GitHub actions (where R Universe Windows packages are built).
0 commit comments