@@ -30,41 +30,41 @@ jobs:
3030 target : x86_64-apple-darwin
3131 architecture : x64
3232 build : |
33- yarn build:release --features rustls
33+ yarn build:release
3434 strip -x *.node
3535 - host : windows-latest
36- build : yarn build:release --features rustls
36+ build : yarn build:release
3737 target : x86_64-pc-windows-msvc
3838 architecture : x64
3939 - host : windows-latest
40- build : yarn build:release --features rustls -- target i686-pc-windows-msvc
40+ build : yarn build:release --target i686-pc-windows-msvc
4141 target : i686-pc-windows-msvc
4242 architecture : x64
4343 - host : ubuntu-20.04
4444 target : x86_64-unknown-linux-gnu
4545 docker : ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian
4646 build : |
4747 cd tooling/cli/node
48- yarn build:release --features rustls -- target x86_64-unknown-linux-gnu
48+ yarn build:release --target x86_64-unknown-linux-gnu
4949 strip *.node
5050 - host : ubuntu-20.04
5151 target : x86_64-unknown-linux-musl
5252 docker : ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
5353 build : |
5454 cd tooling/cli/node
55- yarn build:release --features rustls
55+ yarn build:release
5656 strip *.node
5757 - host : macos-latest
5858 target : aarch64-apple-darwin
5959 build : |
60- yarn build:release --features rustls -- target=aarch64-apple-darwin
60+ yarn build:release --target=aarch64-apple-darwin
6161 strip -x *.node
6262 - host : ubuntu-20.04
6363 target : aarch64-unknown-linux-gnu
6464 docker : ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian-aarch64
6565 build : |
6666 cd tooling/cli/node
67- yarn build:release --features rustls -- target aarch64-unknown-linux-gnu
67+ yarn build:release --target aarch64-unknown-linux-gnu
6868 aarch64-unknown-linux-gnu-strip *.node
6969 - host : ubuntu-20.04
7070 architecture : x64
7373 sudo apt-get update
7474 sudo apt-get install gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf -y
7575 build : |
76- yarn build:release --features rustls -- target=armv7-unknown-linux-gnueabihf
76+ yarn build:release --target=armv7-unknown-linux-gnueabihf
7777 arm-linux-gnueabihf-strip *.node
7878 - host : ubuntu-20.04
7979 architecture : x64
@@ -82,12 +82,12 @@ jobs:
8282 build : |
8383 cd tooling/cli/node
8484 rustup target add aarch64-unknown-linux-musl
85- yarn build:release --features rustls -- target aarch64-unknown-linux-musl
85+ yarn build:release --target aarch64-unknown-linux-musl
8686 /aarch64-linux-musl-cross/bin/aarch64-linux-musl-strip *.node
8787 # - host: windows-latest
8888 # architecture: x64
8989 # target: aarch64-pc-windows-msvc
90- # build: yarn build:release --features rustls -- target aarch64-pc-windows-msvc
90+ # build: yarn build:release --target aarch64-pc-windows-msvc
9191 name : stable - ${{ matrix.settings.target }} - node@16
9292 runs-on : ${{ matrix.settings.host }}
9393 steps :
@@ -179,7 +179,7 @@ jobs:
179179 # freebsd-version
180180 # cd ./tooling/cli/node/
181181 # yarn install --ignore-scripts --frozen-lockfile --registry https://registry.npmjs.org --network-timeout 300000
182- # yarn build:release --features rustls
182+ # yarn build:release
183183 # strip -x *.node
184184 # rm -rf node_modules
185185 # rm -rf ../target
0 commit comments