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
We changed toolchain from nightly-2024-02-23 to nightly-2024-03-28 and observed that the build of the Windows GNU target fails on GitHub Actions.
Perhaps it is related to #121956 because of the following error?
C:\rtools43\x86_64-w64-mingw32.static.posix\bin/ld.exe: D:/a/r-polars/r-polars/src/rust/target/x86_64-pc-windows-gnu/release/libr_polars.a(std-8f4e0be8cbff0503.std.7edf61c32d6c05d5-cgu.0.rcgu.o): in function `std::sys::pal::windows::futex::wait_on_address':
/rustc/c9f8f3438a8134a413aa5d4903e0196e44e37bbc/library\std\src\sys\pal\windows/futex.rs:55: undefined reference to `WaitOnAddress'
eitsupi
changed the title
` undefined reference to WaitOnAddress' `` error with nightly toolchain nightly-2024-03-28 on Windows GNU target
"undefined reference to `WaitOnAddress'" error with nightly toolchain nightly-2024-03-28 on Windows GNU target
Apr 14, 2024
From pola-rs/r-polars#1034
We changed toolchain from
nightly-2024-02-23
tonightly-2024-03-28
and observed that the build of the Windows GNU target fails on GitHub Actions.Perhaps it is related to #121956 because of the following error?
https://github.com/pola-rs/r-polars/actions/runs/8679648656/job/23798732571?pr=1034#step:9:643
Thanks in advance.
The text was updated successfully, but these errors were encountered: