shrektan / ymd

An R package that handles common dates operations using Rust
https://shrektan.github.io/ymd/
Other
33 stars 2 forks source link

Unable to build on AArch64 #5

Open tom91136 opened 1 month ago

tom91136 commented 1 month ago

On AArch64 Linux, I'm observing the same failure as https://github.com/extendr/extendr/issues/628. I believe upgrading the extendr dependency from the pinned one (ref to https://github.com/extendr/extendr/pull/627) to https://github.com/extendr/extendr/pull/629 will resolve this as the fix was introduced in that PR. Alternatively, we can probably use rev = "v0.6.0" which was released last October and appears to be stable.

shrektan commented 1 month ago

Thanks. PR is welcomed.