From 7cac1d290d7bf014a68d9c91f698251dd822ba15 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Wed, 29 Mar 2023 00:22:47 +0300 Subject: [PATCH] scripts: gha: it's pretty safe to not do clean on Waf, since it's much better at tracking modified files --- scripts/gha/build_nswitch_docker.sh | 1 - scripts/gha/build_psvita.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/scripts/gha/build_nswitch_docker.sh b/scripts/gha/build_nswitch_docker.sh index 4421a5be..a4901351 100644 --- a/scripts/gha/build_nswitch_docker.sh +++ b/scripts/gha/build_nswitch_docker.sh @@ -8,7 +8,6 @@ build_hlsdk() git checkout $1 ./waf configure -T release --nswitch || die_configure ./waf build install --destdir=../pkgtemp/xash3d || die - ./waf clean } echo "Setting up environment..." diff --git a/scripts/gha/build_psvita.sh b/scripts/gha/build_psvita.sh index c9731a7e..c9b2036b 100644 --- a/scripts/gha/build_psvita.sh +++ b/scripts/gha/build_psvita.sh @@ -8,7 +8,6 @@ build_hlsdk() git checkout $1 ./waf configure -T release --psvita || die_configure ./waf build install --destdir=../pkgtemp/data/xash3d || die - ./waf clean } export VITASDK=/usr/local/vitasdk