This commit is contained in:
Mikaël Cluseau
2024-06-28 21:54:17 +02:00
parent 57064a39b6
commit 5b033bf5ab
6 changed files with 252 additions and 40 deletions

View File

@ -20,8 +20,6 @@ case $1 in
esac
$docker run --rm -i --net=host --user=$UID \
-v $HOME/.cargo-alpine/registry:/usr/local/cargo/registry \
-v $PWD:/src -w /src \
nv-rs-build \
cargo build $opts