Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci/build-freebsd: use march=native for QEMU hosted build
This is workaround to not emit instructions that are broken with current version of QEMU used in CI job. Fixes SIGBUS on valid code when executed in QEMU caused by issue with CVTPS2PD instruction. QEMU issue: https://gitlab.com/qemu-project/qemu/-/issues/1377 QEMU fix: https://gitlab.com/qemu-project/qemu/-/commit/abd41884c530aa025ada253bf1a5bd0c2b808219 Should be resolved after QEMU update to 8.2.0: cross-platform-actions/action#78
- Loading branch information