From ef8d13f61bc2ee3af1955367fd9d50628989543f Mon Sep 17 00:00:00 2001 From: lubeilin <1791778603@qq.com> Date: Mon, 9 Oct 2023 20:56:58 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=AF=91features=E5=A2=9E=E5=8A=A0rin?= =?UTF-8?q?g?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/rust.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index efaa04b..ab4870f 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -47,13 +47,13 @@ jobs: FEATURES: ring-cipher,openssl-vendored - TARGET: aarch64-unknown-linux-musl # tested on aws t4g.nano in alpine container OS: ubuntu-latest - FEATURES: default + FEATURES: ring-cipher,openssl-vendored - TARGET: armv7-unknown-linux-musleabihf # raspberry pi 2-3-4, not tested OS: ubuntu-latest FEATURES: openssl-vendored - TARGET: arm-unknown-linux-musleabihf # raspberry pi 0-1, not tested OS: ubuntu-latest - FEATURES: openssl-vendored + FEATURES: ring-cipher,openssl-vendored - TARGET: x86_64-apple-darwin # tested on a mac, is not properly signed so there are security warnings OS: macos-latest FEATURES: ring-cipher,openssl-vendored @@ -68,7 +68,7 @@ jobs: FEATURES: ring-cipher,openssl-vendored - TARGET: mipsel-unknown-linux-musl # openwrt OS: ubuntu-latest - FEATURES: openssl-vendored + FEATURES: openssl-vendored,ring-cipher - TARGET: mips-unknown-linux-musl # openwrt OS: ubuntu-latest FEATURES: openssl-vendored