mirror of
https://github.com/lxsang/luafcgi.git
synced 2025-02-23 04:12:49 +01:00
Update rust env vars
Some checks failed
gitea-sync/luafcgi/pipeline/head There was a failure building this commit
Some checks failed
gitea-sync/luafcgi/pipeline/head There was a failure building this commit
This commit is contained in:
parent
452a582682
commit
90e5e7dc08
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -4,6 +4,10 @@
|
||||
def build_luad() {
|
||||
sh '''
|
||||
set -e
|
||||
echo $HOME
|
||||
export RUSTUP_HOME=$HOME/.rustup/
|
||||
export CARGO_HOME=$HOME/.cargo/
|
||||
source $HOME/.cargo/env
|
||||
cd $WORKSPACE
|
||||
mkdir -p build/$arch/opt/www/bin
|
||||
DESTDIR=$WORKSPACE/build/$arch/opt/www/bin
|
||||
|
Loading…
x
Reference in New Issue
Block a user