Sungjoon Moon
Sungjoon Moon
Test suite is needed especially for grimshot
Working branch: https://github.com/OctopusET/bat/tree/riscv64 Failed CI: https://github.com/OctopusET/bat/actions/runs/18910014240/job/53977874904 Related issue: https://github.com/cross-rs/cross/issues/1719 Currently CI fails because of two reason: `riscv64gc-unknown-linux-gnu`: cross-rs bug (maybe), test success without cross and only with QEMU + `carget...
### Checklist - [x] I've looked through the [issues and pull requests](https://github.com/cross-rs/cross/issues?q=) for similar reports ### Describe your issue I was adding `riscv64gc-unknown-linux-gnu` and `riscv64gc-unknown-linux-musl` target on [bat](https://github.com/sharkdp/bat). But CI/CD...
### Problem and impact Simuliar to https://github.com/pretalx/pretalx/issues/1577 but about the CJK fonts. https://github.com/pretalx/pretalx/tree/main/src/pretalx/static/fonts has no CJK fonts. And https://github.com/pretalx/pretalx/blob/9e75db181d155d3f0a837880f4230a272f18a274/src/pretalx/orga/views/cards.py#L27 doesn't loading any CJK fonts. We need to add unicode font...
upx doesn't support RISC-V yet (https://github.com/upx/upx/issues/649)
I think using tar.gz than zip would be better for linux build. Some distros don't have zip/unzip by default but tar.
Based: https://github.com/rathole-org/rathole/pull/433 Removed MIPS target because it's now Tier3 but we can revive if we build from scratch.
CI fails due to toml requires 1.76 or newer So, all new CI fails with current toolchain. PR such as https://github.com/rathole-org/rathole/actions/runs/18035273810/job/51320707341?pr=432 fails because of this. But I think we need...