Skip to content

Commit

Permalink
use venv to run maturin
Browse files Browse the repository at this point in the history
  • Loading branch information
emlowe committed Jan 7, 2025
1 parent e728592 commit 4743570
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/alpine/build-alpine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

. $HOME/.cargo/env
cd /root/clvm_tools_rs
source venv/bin/activate
CC=gcc maturin build --release --strip --compatibility musllinux_1_1 --target x86_64-unknown-linux-musl

0 comments on commit 4743570

Please sign in to comment.