diff options
| author | 2026-02-14 20:18:04 +0800 | |
|---|---|---|
| committer | 2026-02-14 20:18:04 +0800 | |
| commit | 5e0f5ed4c0e9f2d146ec85eee2286ded1bc74063 (patch) | |
| tree | 4919b95d54abe75b781eda6c0972713b9fe02757 /.github/workflows | |
| parent | ea138c10eddbdf110f4ac5566f0b66b5216ee906 (diff) | |
| download | DropOut-5e0f5ed4c0e9f2d146ec85eee2286ded1bc74063.tar.gz DropOut-5e0f5ed4c0e9f2d146ec85eee2286ded1bc74063.zip | |
chore(ci): Disable Musl platform in CI workflow
Comment out the Musl platform configuration for CI.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/semifold-ci.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/semifold-ci.yaml b/.github/workflows/semifold-ci.yaml index 9a91518..8aecd90 100644 --- a/.github/workflows/semifold-ci.yaml +++ b/.github/workflows/semifold-ci.yaml @@ -24,12 +24,12 @@ jobs: name: "Linux x86_64 (GNU)" target: "x86_64-unknown-linux-gnu" args: "--target x86_64-unknown-linux-gnu" - - platform: "ubuntu-latest" - name: "Linux x86_64 (Musl)" - target: "x86_64-unknown-linux-musl" - args: "--target x86_64-unknown-linux-musl" - install-musl: true - pkg-config-allow-cross: true + # - platform: "ubuntu-latest" + # name: "Linux x86_64 (Musl)" + # target: "x86_64-unknown-linux-musl" + # args: "--target x86_64-unknown-linux-musl" + # install-musl: true + # pkg-config-allow-cross: true - platform: "ubuntu-24.04-arm" name: "Linux arm64" target: "aarch64-unknown-linux-gnu" |