Skip to content

Commit 3b08ae6

Browse files
committed
chore: add no-tests
1 parent b752f17 commit 3b08ae6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
repository: openssl/openssl
2222
path: openssl
2323
ref: ${{ inputs.ref }}
24-
- run: ./config --static -static
24+
- run: ./config no-tests --static -static
2525
working-directory: openssl
2626
- run: make
2727
working-directory: openssl
@@ -35,6 +35,8 @@ jobs:
3535
build-arm64:
3636
name: Build OpenSSL (arm64)
3737
runs-on: ubuntu-latest
38+
env:
39+
CC: aarch64-linux-gnu-gcc
3840
steps:
3941
- uses: actions/checkout@v4
4042
- uses: actions/checkout@v4
@@ -43,15 +45,13 @@ jobs:
4345
path: openssl
4446
ref: ${{ inputs.ref }}
4547
- run: sudo apt-get install -y gcc-aarch64-linux-gnu
46-
- run: ./config no-asm --static -static
48+
- run: ./config no-tests no-asm no-async linux-aarch64 --static -static
4749
working-directory: openssl
4850
- run: make
4951
working-directory: openssl
5052
- run: mkdir bin
5153
- run: cp openssl/apps/openssl bin
5254
- run: zip -r9 openssl-arm64.zip bin
53-
env:
54-
CC: aarch64-linux-gnu-gcc
5555
- uses: actions/upload-artifact@v4
5656
with:
5757
name: openssl-arm64.zip

0 commit comments

Comments
 (0)