Skip to content

QSV (polars-core) does not compile on Ubuntu 20.04.6 #2599

Answered by jqnatividad
ondohotola asked this question in Q&A

You must be logged in to vote

You may want to check how we prepare the musl prebuilt binary.

https://github.com/dathere/qsv/blob/0c1532d2bfcf9101cdf8ca3f413f04c00e7ea941/.github/workflows/publish-linux-glibc-231-musl-123.yml

In particular, be sure to install musl-tools and musl-dev and create a softlink to musl-g++

if: ${{ matrix.job.musl-prep }}
run: |
sudo apt-get install musl-tools musl-dev
sudo ln -s /usr/bin/g++ /usr/bin/musl-g++

Replies: 2 comments

You must be logged in to vote
0 replies
Answer selected by jqnatividad

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2598 on March 13, 2025 18:12.