Skip to content

Commit

Permalink
musl gcc toolchain 12.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminwan committed Jul 22, 2024
1 parent 6830c24 commit 1986782
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/musl-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
ver:
- { cv: 3.4.18, musl: 11.4.0 }
- { cv: 3.4.18, musl: 12.2.0 }
arch:
[
aarch64-linux-musl,
Expand Down Expand Up @@ -72,7 +72,6 @@ jobs:
loongarch64-linux-musl,
]
exclude:
- arch: loongarch64-linux-musl
- arch: sh2-linux-muslfdpic
- arch: sh2eb-linux-muslfdpic
- arch: powerpcle-linux-musl
Expand Down
8 changes: 1 addition & 7 deletions release.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,11 @@
| ubuntu 20.04 | 9.4.0 | 2.31 | 2.34 | 8 | 1.10.14 |
| ubuntu 22.04 | 11.4.0 | 2.35 | 2.38 | 8 | 1.10.14 |

### zig toolchain

| 操作系统 | zig |
|--------------|--------|
| ubuntu 22.04 | 0.13.0 |

### musl gcc toolchain

| 操作系统 | musl gcc |
|--------------|----------|
| ubuntu 22.04 | 11.4.0 |
| ubuntu 22.04 | 12.2.0 |

### Macos

Expand Down

0 comments on commit 1986782

Please sign in to comment.