Closed felixonmars closed 3 weeks ago
$ cabal check
...
Warning: Unknown architecture name 'riscv64'
Warning: Hackage would reject this package.
@felixonmars you need to raise a Cabal PR first, adding a new architecture.
I actually thought I did... Now opened as https://github.com/haskell/cabal/pull/9062
@amesgen @TerrorJack any ideas what's up with our WASM CI job?
@amesgen @TerrorJack any ideas what's up with our WASM CI job?
Ah sorry, this is due to a bindist artifact expiration. I have an upstream MR to fix this properly in ghc-wasm-meta. This should be merged soon-ish; will create a PR as soon as it. To fix this immediately, one can bump https://github.com/UnkindPartition/tasty/blob/b509e0470fc27ba64a18c185611eee5ef805a7c7/.github/workflows/ci.yaml#L86 to bd9533e34df53694a4c7e4102fced1fdc0596024, do you want to do this here or shall I create a PR?
It would be great if you raise a separate PR, thanks.
Unfortunately, this would have to wait not only until Cabal 3.12 release itself (which is soon), but until Hackage upgrades to it.
Thanks, we can finally merge this now!
64-bit RISC-V should fall into the same case in https://github.com/UnkindPartition/tasty/pull/344 and should be added here. Tested locally.