tconbeer / sqlfmt

sqlfmt formats your dbt SQL files so you don't have to
https://sqlfmt.com
Apache License 2.0
373 stars 15 forks source link

linux/amd64 docker builds failing #539

Closed tconbeer closed 6 months ago

tconbeer commented 7 months ago

https://github.com/tconbeer/sqlfmt/actions/runs/7268861851/job/19805484217

seems to be due to a project called multidict, which isn't even in poetry.lock, so I'm not sure what the problem is; the project does warn:

PyPI contains binary wheels for Linux, Windows and MacOS. If you want to install multidict on another operating system (or Alpine Linux inside a Docker) the tarball will be used to compile the library from source. It requires a C compiler and Python headers to be installed.

tconbeer commented 7 months ago

might just need to revert the buildx upgrade? https://github.com/tconbeer/sqlfmt/pull/531

tconbeer commented 6 months ago

looks like this fixed itself with 0.21.2