alamb opened a new pull request, #6963:
URL: https://github.com/apache/arrow-rs/pull/6963

   # Which issue does this PR close?
   
   <!--
   We generally require a GitHub issue to be filed for all bug fixes and 
enhancements and this helps us generate change logs for our releases. You can 
link an issue to this PR using the GitHub syntax. For example `Closes #123` 
indicates that this PR will close issue #123.
   -->
   
   Closes #.
   
   # Rationale for this change
    
   Rust 1.84 was released yesterday: 
https://blog.rust-lang.org/2025/01/09/Rust-1.84.0.html 🎉 
   
   Unfortunately, this broke our WASM builds:
   
   https://github.com/apache/arrow-rs/actions/runs/12698871454/job/35398265255
   
   ```
   Installing stable
   info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
   info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07)
   error: component 'rust-std' for target 'wasm32-wasi' is unavailable for 
download for channel 'stable'
   If you don't need the component, you could try a minimal installation with:
   
       rustup toolchain add stable --profile minimal
   
   If you require these components, please install and use the latest 
successful build version,
   which you can find at 
<https://rust-lang.github.io/rustup-components-history>.
   
   After determining the correct date, install it with a command such as:
   
       rustup toolchain install nightly-2018-12-27
   
   Then you can use the toolchain with commands such as:
   
       cargo +nightly-2018-12-27 build
   ```
   
   # What changes are included in this PR?
   
   Update the name of the wasm target to reflect the new name. See this blog 
for details:
   - https://blog.rust-lang.org/2024/04/09/updates-to-rusts-wasi-targets.html
   
   # Are there any user-facing changes?
   No, this is only a CI change
   
   <!--
   If there are user-facing changes then we may require documentation to be 
updated before approving the PR.
   -->
   
   <!---
   If there are any breaking changes to public APIs, please call them out.
   -->
   


-- 
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