Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test-bot:
strategy:
matrix:
os: [ macos-15-intel, macos-15, macos-26 ]
os: [ macos-15, macos-26 ]
runs-on: ${{ matrix.os }}
permissions:
actions: read
Expand All @@ -25,7 +25,7 @@ jobs:
- run: brew test-bot --only-cleanup-before
- run: brew test-bot --only-setup
- run: brew test-bot --only-tap-syntax
- run: brew test-bot --only-formulae
- run: brew test-bot --only-formulae filosottile/musl-cross/musl-cross
- uses: actions/upload-artifact@v4
with:
name: bottles_${{ matrix.os }}
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
**One-click static-friendly musl-based GCC macOS-to-Linux cross-compilers**
based on [richfelker/musl-cross-make](https://github.com/richfelker/musl-cross-make).

```
brew install filosottile/musl-cross/musl-cross
```
brew install filosottile/musl-cross/musl-cross

By default it will install full cross compiler toolchains targeting musl Linux
amd64, arm64, and arm.
Expand Down
2 changes: 1 addition & 1 deletion musl-cross.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class MuslCross < Formula
homepage "https://github.com/richfelker/musl-cross-make"
url "https://github.com/richfelker/musl-cross-make/archive/refs/tags/v0.9.11.tar.gz"
sha256 "306a66dd175d1065e6075deea02300d02e17806fb0a4d6f5e5829cf07c16eb51"
head "https://github.com/richfelker/musl-cross-make.git"
head "https://github.com/richfelker/musl-cross-make.git", branch: "master"

option "with-arm", "Build cross-compilers targeting arm-linux-musleabi"
option "with-i486", "Build cross-compilers targeting i486-linux-musl"
Expand Down