This commit is contained in:
Mikaël Cluseau
2024-06-28 21:54:17 +02:00
parent 57064a39b6
commit bce1ec14f1
10 changed files with 384 additions and 44 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