feat: add musl ci (#51)

This pr adds musl ci support for #50
This commit is contained in:
2023-03-19 13:16:36 +01:00
committed by GitHub
parent 2faabb0e50
commit b094ae4f53
8 changed files with 85 additions and 249 deletions

View File

@@ -18,7 +18,6 @@ tracing = { workspace = true }
tracing-subscriber = { workspace = true }
base64 = "0.21.0"
gql_client = "1.0.7"
dirs = "4.0.0"
flate2 = { version = "1.0.25", features = ["rust_backend"] }
graphql_client = { version = "0.12.0", features = [
@@ -32,6 +31,7 @@ reqwest = { version = "0.11.14", features = [
"stream",
"rustls-tls",
], default-features = false }
sha2 = "0.10.6"
tar = "0.4.38"
tempfile = "3.3.0"