mirror of
https://gitlab.com/xonotic/xonotic
synced 2024-12-15 03:15:33 +00:00
make sure we actually read the user profile when compiling remotely (needed for ccache)
This commit is contained in:
parent
d5b2b8067a
commit
c8b899ef1a
2
all
2
all
@ -1619,7 +1619,7 @@ case "$cmd" in
|
||||
*)
|
||||
verbose rsync --delete -zLvaSHP "$srcdir"/ "$host:$buildpath/"
|
||||
verbose rsync --delete -zLvaSHP "$depsdir"/ "$host:$buildpath.deps/"
|
||||
verbose ssh "$host" "export LC_ALL=C; ln -snf $buildpath.deps $buildpath/.deps && cd $buildpath && nice -`nice` make clean $maketargets $makeflags"
|
||||
verbose ssh "$host" "[ -f /etc/profile ] && . /etc/profile; [ -f ~/.profile ] && . ~/.profile; export LC_ALL=C; ln -snf $buildpath.deps $buildpath/.deps && cd $buildpath && nice -`nice` make clean $maketargets $makeflags"
|
||||
for f in $targetfiles; do
|
||||
verbose rsync -zvaSHP "$host:$buildpath/${f%:*}" "${f##*:}" || true
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user