Skip to content

Commit bcd5be4

Browse files
Userclaude
andcommitted
fix: vendor OpenSSL for musl static build
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent a065588 commit bcd5be4

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
targets: x86_64-unknown-linux-musl
2727

28-
- run: sudo apt-get install -y musl-tools
28+
- run: sudo apt-get install -y musl-tools perl make
2929

3030
- uses: actions/cache@v4
3131
with:
@@ -36,6 +36,9 @@ jobs:
3636
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
3737

3838
- name: Build static binary
39+
env:
40+
OPENSSL_STATIC: "1"
41+
OPENSSL_VENDORED: "1"
3942
run: |
4043
cargo build --release --bin vramhub-validator \
4144
--target x86_64-unknown-linux-musl

0 commit comments

Comments
 (0)