aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
author苏向夜 <fu050409@163.com>2026-01-18 23:04:19 +0800
committer苏向夜 <fu050409@163.com>2026-01-18 23:04:19 +0800
commita3530a7502df3529736a352479170938648903d3 (patch)
tree32e0d000cbef555f7d4dbe631de291bc5baad23c /.github
parenta68d0aa435011c6e571a749e290db3975d7bb3a5 (diff)
downloadDropOut-a3530a7502df3529736a352479170938648903d3.tar.gz
DropOut-a3530a7502df3529736a352479170938648903d3.zip
ci(build): disable failed targets
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/semifold-ci.yaml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/semifold-ci.yaml b/.github/workflows/semifold-ci.yaml
index 3517c19..0d670c4 100644
--- a/.github/workflows/semifold-ci.yaml
+++ b/.github/workflows/semifold-ci.yaml
@@ -24,10 +24,10 @@ 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"
+ # - platform: "ubuntu-latest"
+ # name: "Linux x86_64 (Musl)"
+ # target: "x86_64-unknown-linux-musl"
+ # args: "--target x86_64-unknown-linux-musl"
- platform: "ubuntu-24.04-arm"
name: "Linux arm64"
target: "aarch64-unknown-linux-gnu"
@@ -46,10 +46,10 @@ jobs:
name: "Windows x86_64 (MSVC)"
target: "x86_64-pc-windows-msvc"
args: "--target x86_64-pc-windows-msvc --bundles nsis"
- - platform: "windows-latest"
- name: "Windows x86_64 (GNU)"
- target: "x86_64-pc-windows-gnu"
- args: "--target x86_64-pc-windows-gnu --bundles nsis"
+ # - platform: "windows-latest"
+ # name: "Windows x86_64 (GNU)"
+ # target: "x86_64-pc-windows-gnu"
+ # args: "--target x86_64-pc-windows-gnu --bundles nsis"
- platform: "windows-11-arm"
name: "Windows arm64"
target: "aarch64-pc-windows-msvc"