Skip to content
Snippets Groups Projects
Commit 2e62f43d authored by Paul's avatar Paul :turtle:
Browse files

update build script

parent 87f170b7
No related branches found
No related tags found
1 merge request!2Split into domains
#!/bin/bash
set -ex
export GLUON_RELEASE="0.15.2"
export GLUON_RELEASE="2020.2.3-4"
export GLUON_SITEDIR=..
export FORCE_UNSAFE_CONFIGURE=1
export GLUON_AUTOUPDATER_ENABLED=1
......@@ -14,11 +14,10 @@ fi
THREADS=$((($(nproc)+1) / 2))
THREADS=$((($(nproc)+1) ))
THREADS="1"
# FLAGS="-j 1 V=sc"
FLAGS="-j $THREADS V=s"
# FLAGS="-j $(nproc)"
# FLAGS="-j $THREADS"
FLAGS="-j $(nproc)"
make -C gluon update
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment