File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments