File tree Expand file tree Collapse file tree 3 files changed +1026
-0
lines changed
arm-unknown-linux-musleabihf Expand file tree Collapse file tree 3 files changed +1026
-0
lines changed Original file line number Diff line number Diff line change 2828 - armv7-unknown-linux-musleabihf
2929 - arm-unknown-linux-gnueabi
3030 - arm-unknown-linux-gnueabihf
31+ - arm-unknown-linux-musleabihf
3132 steps :
3233 - uses : actions/checkout@v2
3334 - name : Install crosstool-ng
Original file line number Diff line number Diff line change 1+ class ArmUnknownLinuxMusleabihf < Formula
2+ desc "arm Linux MUSL eabihf Toolchain"
3+ homepage "https://github.com/messense/homebrew-macos-cross-toolchains"
4+ license "GPL-3.0-or-later" => { with : "GCC-exception-3.1" }
5+ version "11.2.0"
6+
7+ depends_on "bdw-gc"
8+ depends_on "guile"
9+ depends_on "zstd"
10+ depends_on "python@3.10"
11+
12+ if Hardware ::CPU . arm?
13+ url "https://github.com/messense/homebrew-macos-cross-toolchains/releases/download/v11.2.0/arm-unknown-linux-musleabihf-aarch64-darwin.tar.gz"
14+ sha256 "0089dae44e7cde8b3b7e133ea6401887134144a0e159b8b6a2a8be4816910cbf"
15+ else
16+ url "https://github.com/messense/homebrew-macos-cross-toolchains/releases/download/v11.2.0/arm-unknown-linux-musleabihf-x86_64-darwin.tar.gz"
17+ sha256 "68c6a53b4dbf6cba229efebe1d2768e087089291ac8cfb74b8cebca8ddd6bdfa"
18+ end
19+
20+ def install
21+ ( prefix /"toolchain" ) . install Dir [ "./*" ]
22+ Dir . glob ( prefix /"toolchain/bin/*" ) { |file | bin . install_symlink file }
23+ end
24+ end
You can’t perform that action at this time.
0 commit comments