Skip to content

Commit a6ac625

Browse files
committed
temp removing musl target
1 parent 7466612 commit a6ac625

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

dist-workspace.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ci = "github"
1010
# The installers to generate for each app
1111
installers = []
1212
# Target platforms to build apps for (Rust target-triple syntax)
13-
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"]
13+
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
1414
# Which actions to run on pull requests
1515
pr-run-mode = "plan"
1616
# Install `perl-IPC-Cmd` on manylinux as required to build OpenSSL
@@ -19,9 +19,5 @@ github-build-setup = "../manylinux.yml"
1919
[dist.github-custom-runners]
2020
global = "ubuntu-22.04"
2121

22-
[dist.github-custom-runners.x86_64-unknown-linux-musl]
23-
runner = "ubuntu-22.04"
24-
container = { image = "quay.io/pypa/manylinux_2_28_x86_64", host = "x86_64-unknown-linux-musl" }
25-
2622
[dist.github-custom-runners.x86_64-unknown-linux-gnu]
2723
runner = "ubuntu-22.04"

0 commit comments

Comments
 (0)