james-willis opened a new pull request, #838:
URL: https://github.com/apache/sedona-db/pull/838

   ## Summary
   
   - Pre-install nightly Rust + `rust-src` on `macos-latest` in the R workflow.
   - Workaround for the intermittent `r / macos-latest (release)` failure 
tracked in #837 — the wasm-only `cargo +nightly build … 
-Zbuild-std=panic_abort,std` recipe in `r/sedonadb/src/Makevars.in` has been 
observed firing on macos despite `TARGET` being empty, and when no nightly 
toolchain is installed the rustup proxy hands the args to `rustup-init` and the 
job dies on `error: unexpected argument 'build' found`.
   
   This change does **not** fix the underlying reason the wasm branch fires on 
non-wasm runs — that's the follow-up in #837. It just makes the stray 
invocation succeed so the build doesn't crash on a missing toolchain.
   
   ## Test plan
   
   - [ ] CI `r / macos-latest (release)` passes on this branch.
   - [ ] Linux and Windows R jobs unaffected (the new step is gated on 
`matrix.config.os == 'macos-latest'`).
   - [ ] No measurable slowdown beyond one extra `rustup toolchain install` 
(~30s).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to