This commit is contained in:
houseme
2025-05-10 00:30:01 +08:00
parent f64458018b
commit a7115ba699
+2 -2
View File
@@ -19,12 +19,12 @@ jobs:
variant: variant:
#- { profile: release, target: x86_64-unknown-linux-musl, glibc: "default" } #- { profile: release, target: x86_64-unknown-linux-musl, glibc: "default" }
- { profile: release, target: x86_64-unknown-linux-gnu, glibc: "default" } - { profile: release, target: x86_64-unknown-linux-gnu, glibc: "default" }
- { profile: release, target: aarch64-apple-darwin, glibc: "default" } #- { profile: release, target: aarch64-apple-darwin, glibc: "default" }
#- { profile: release, target: aarch64-unknown-linux-gnu, glibc: "default" } #- { profile: release, target: aarch64-unknown-linux-gnu, glibc: "default" }
#- { profile: release, target: aarch64-unknown-linux-musl, glibc: "default" } #- { profile: release, target: aarch64-unknown-linux-musl, glibc: "default" }
exclude: exclude:
- os: ubuntu-latest - os: ubuntu-latest
variant: { profile: release, target: x86_64-apple-darwin, glibc: "default" } variant: { profile: release, target: aarch64-apple-darwin, glibc: "default" }
- os: macos-latest - os: macos-latest
variant: { profile: release, target: x86_64-unknown-linux-gnu, glibc: "default" } variant: { profile: release, target: x86_64-unknown-linux-gnu, glibc: "default" }
- os: macos-latest - os: macos-latest