summarylogtreecommitdiffstats
path: root/compile.bash
diff options
context:
space:
mode:
authorXenhat Hex2022-09-30 23:29:45 -0400
committerXenhat Hex2022-09-30 23:29:45 -0400
commit2e77d686a2554852463605b211f04dc2191f0d15 (patch)
treea64940461bb8a25720ec93b3d3b640107f2e28a8 /compile.bash
parent3624d16a80c83f528cbb9aa250ed2a6d09bbe11e (diff)
downloadaur-2e77d686a2554852463605b211f04dc2191f0d15.tar.gz
toolchain update!
Diffstat (limited to 'compile.bash')
-rwxr-xr-xcompile.bash5
1 files changed, 1 insertions, 4 deletions
diff --git a/compile.bash b/compile.bash
index a0bcac208228..ec9e5b53c306 100755
--- a/compile.bash
+++ b/compile.bash
@@ -47,7 +47,4 @@ autobuild configure -A 64 -c ReleaseOS -- \
-DVIEWER_CHANNEL="Alchemy Test"
echo "Building with ${AUTOBUILD_CPU_COUNT} jobs (adjusted)"
-# job count is not overrideable...
-#autobuild build -A64 -c ReleaseOS --no-configure
-cd build-linux-64
-ninja -j${AUTOBUILD_CPU_COUNT}
+autobuild build -A64 -c ReleaseOS --no-configure