Skip to content

Commit 1fad95e

Browse files
committed
fix: Fix release workflow
1 parent 7e52bc0 commit 1fad95e

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -61,24 +61,6 @@ jobs:
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

0 commit comments

Comments
 (0)