exyi / pg2parquet

Export PostgreSQL table or query into Parquet file
Apache License 2.0
57 stars 11 forks source link

Remove local toolchains from GitHub Actions configuration #5

Closed kurtraschke closed 1 year ago

kurtraschke commented 1 year ago

With cross, cross-compiled builds are self-contained in a Docker container downloaded by cross; thus it is not necessary to install musl-tools, MinGW, various gcc flavors, etc. in the local environment.

Removing these installation steps from the GitHub Actions workflow simplifies the build process and marginally improves build times.