1
0
mirror of https://github.com/lxsang/luafcgi.git synced 2025-04-08 17:56:49 +02:00

Update rust env vars

This commit is contained in:
DanyLE 2023-01-26 20:27:29 +01:00
parent 90e5e7dc08
commit 68853e3429

2
Jenkinsfile vendored

@ -7,7 +7,7 @@ def build_luad() {
echo $HOME echo $HOME
export RUSTUP_HOME=$HOME/.rustup/ export RUSTUP_HOME=$HOME/.rustup/
export CARGO_HOME=$HOME/.cargo/ export CARGO_HOME=$HOME/.cargo/
source $HOME/.cargo/env . $HOME/.cargo/env
cd $WORKSPACE cd $WORKSPACE
mkdir -p build/$arch/opt/www/bin mkdir -p build/$arch/opt/www/bin
DESTDIR=$WORKSPACE/build/$arch/opt/www/bin DESTDIR=$WORKSPACE/build/$arch/opt/www/bin