File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 6161 make -j$(nproc)
6262 make install
6363
64- - name : Prepare openssl for musl target
65- run : |
66- sudo ln -s /usr/include/x86_64-linux-gnu/asm /usr/include/x86_64-linux-musl/asm
67- sudo ln -s /usr/include/asm-generic /usr/include/x86_64-linux-musl/asm-generic
68- sudo ln -s /usr/include/linux /usr/include/x86_64-linux-musl/linux
69-
70- sudo mkdir /musl
71-
72- wget https://github.com/openssl/openssl/archive/OpenSSL_1_1_1f.tar.gz
73- tar zxvf OpenSSL_1_1_1f.tar.gz
74- cd openssl-OpenSSL_1_1_1f/
75- sudo chmod -R 777 /musl
76-
77- CC="musl-gcc -fPIE -pie" ./Configure no-shared no-async --prefix=/musl --openssldir=/musl/ssl linux-x86_64
78- make depend
79- make -j$(nproc)
80- make install
81-
8264
8365 - name : Install Rust toolchain
8466 uses : actions-rs/toolchain@v1
You can’t perform that action at this time.
0 commit comments