Skip to content

Commit 3cb0649

Browse files
committed
fix ci for aws-lc-rs features
1 parent 9f002ac commit 3cb0649

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/release.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,31 +26,31 @@ jobs:
2626

2727
- name: Linux x86
2828
target: i686-unknown-linux-musl
29-
build-args: "--release"
29+
build-args: "--release --no-default-features --features ring"
3030

3131
- name: Linux aarch64
3232
target: aarch64-unknown-linux-musl
3333
build-args: "--release --features=jemalloc"
3434

3535
- name: Linux armv7hf
3636
target: armv7-unknown-linux-musleabihf
37-
build-args: "--release"
37+
build-args: "--release --no-default-features --features ring"
3838

3939
- name: Freebsd x86_64
4040
target: x86_64-unknown-freebsd
41-
build-args: "--release --features=jemalloc"
41+
build-args: "--release --no-default-features --features ring --features=jemalloc"
4242

4343
- name: Freebsd x86
4444
target: i686-unknown-freebsd
45-
build-args: "--release"
45+
build-args: "--release --no-default-features --features ring"
4646

4747
- name: Android aarch64
4848
target: aarch64-linux-android
4949
build-args: "--release --features=jemalloc"
5050

5151
- name: Android armv7
5252
target: armv7-linux-androideabi
53-
build-args: "--release"
53+
build-args: "--release --no-default-features --features ring"
5454

5555
#- name: Linux mips
5656
# target: mips-unknown-linux-musl
@@ -81,12 +81,12 @@ jobs:
8181
- name: Windows x86_64
8282
os: windows-latest
8383
target: x86_64-pc-windows-msvc
84-
build-args: "--profile release-with-symbols"
84+
build-args: "--profile release-with-symbols --no-default-features --features ring"
8585

8686
- name: Windows x86
8787
os: windows-latest
8888
target: i686-pc-windows-msvc
89-
build-args: "--profile release-with-symbols"
89+
build-args: "--profile release-with-symbols --no-default-features --features ring"
9090

9191
steps:
9292
- name: Install package for linux

0 commit comments

Comments
 (0)