mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-30 09:29:58 -07:00
ci: use soft float target for armv7
Support more platforms by using a the soft float musl target for aarch32/armv7/v8. The installer is not performance bound by floating point operations.
This commit is contained in:
@@ -25,8 +25,9 @@ rustup target add armv7-unknown-linux-musleabihf
|
||||
# check which toolchain you have installed by default with
|
||||
rustup show
|
||||
# now install the correct variant for your host platform, one of:
|
||||
rustup target add x86_64-unknown-linux-musl
|
||||
rustup target add aarch64-unknown-linux-musl
|
||||
rustup target add armv7-unknown-linux-musleabi
|
||||
rustup target add x86_64-unknown-linux-musl
|
||||
rustup target add aarch64-apple-darwin
|
||||
rustup target add x86_64-apple-darwin
|
||||
rustup target add x86_64-pc-windows-gnu
|
||||
|
||||
Reference in New Issue
Block a user