Describe the bug
qsv build failed on Fedora 39 with the following error: https://gist.github.com/zamazan4ik/bf8c9bbe3aaddbdf76a7e2ffc11aa79a
To Reproduce
Steps to reproduce the behavior:
- Checkout QSV
- Try to compile with
cargo build --release --locked -F feature_capable,apply,geocode,luau,to,polars --bin qsv
- See error
Expected behavior
QSV compiles successfully.
Desktop (please complete the following information):
- OS: Fedora 39
- qsv Version:
master branch on commit b6d39762c62ca520aa7abb63dfe5a83fade0a24a
c++ --version: GCC 13.2.1 (the default compiler from Fedora repos)
- Rustc version: 1.74
Describe the bug
qsvbuild failed on Fedora 39 with the following error: https://gist.github.com/zamazan4ik/bf8c9bbe3aaddbdf76a7e2ffc11aa79aTo Reproduce
Steps to reproduce the behavior:
cargo build --release --locked -F feature_capable,apply,geocode,luau,to,polars --bin qsvExpected behavior
QSV compiles successfully.
Desktop (please complete the following information):
masterbranch on commitb6d39762c62ca520aa7abb63dfe5a83fade0a24ac++ --version: GCC 13.2.1 (the default compiler from Fedora repos)