File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
repository : openssl/openssl
22
22
path : openssl
23
23
ref : ${{ inputs.ref }}
24
- - run : ./config --static -static
24
+ - run : ./config no-tests --static -static
25
25
working-directory : openssl
26
26
- run : make
27
27
working-directory : openssl
35
35
build-arm64 :
36
36
name : Build OpenSSL (arm64)
37
37
runs-on : ubuntu-latest
38
+ env :
39
+ CC : aarch64-linux-gnu-gcc
38
40
steps :
39
41
- uses : actions/checkout@v4
40
42
- uses : actions/checkout@v4
@@ -43,15 +45,13 @@ jobs:
43
45
path : openssl
44
46
ref : ${{ inputs.ref }}
45
47
- 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
47
49
working-directory : openssl
48
50
- run : make
49
51
working-directory : openssl
50
52
- run : mkdir bin
51
53
- run : cp openssl/apps/openssl bin
52
54
- run : zip -r9 openssl-arm64.zip bin
53
- env :
54
- CC : aarch64-linux-gnu-gcc
55
55
- uses : actions/upload-artifact@v4
56
56
with :
57
57
name : openssl-arm64.zip
You can’t perform that action at this time.
0 commit comments