From ea61b06e58c4086aa32f52c2051e279744444a43 Mon Sep 17 00:00:00 2001 From: Droid-MAX Date: Wed, 26 Apr 2023 11:27:02 +0800 Subject: [PATCH] Update rust.yml --- .github/workflows/rust.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 24053c5..e95ee26 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -47,10 +47,6 @@ jobs: OS: ubuntu-latest - TARGET: arm-unknown-linux-musleabihf # raspberry pi 0-1, not tested OS: ubuntu-latest - - TARGET: mips-unknown-linux-musl # raspberry pi 0-1, not tested - OS: ubuntu-latest - - TARGET: mipsel-unknown-linux-musl # raspberry pi 0-1, not tested - OS: ubuntu-latest - TARGET: x86_64-apple-darwin # tested on a mac, is not properly signed so there are security warnings OS: macos-latest - TARGET: x86_64-pc-windows-msvc # tested on a windows machine @@ -92,10 +88,6 @@ jobs: linker = "arm-linux-gnueabihf-gcc" [target.arm-unknown-linux-musleabihf] linker = "arm-linux-gnueabihf-gcc" - [target.mips-unknown-linux-musl] - linker = "mips-openwrt-linux-gcc" - [target.mipsel-unknown-linux-musl] - linker = "mipsel-openwrt-linux-gcc" EOF - name: Install rust target run: rustup target add $TARGET