Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

New disk space requirements #7023

Merged
merged 3 commits into from
Mar 29, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/eosio_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@
# https://github.com/EOSIO/eos/blob/master/LICENSE
##########################################################################

VERSION=2.1 # Build script version
VERSION=2.2 # Build script version
CMAKE_BUILD_TYPE=Release
export DISK_MIN=20
DOXYGEN=false
ENABLE_COVERAGE_TESTING=false
CORE_SYMBOL_NAME="SYS"
Expand Down Expand Up @@ -75,6 +74,7 @@ export LLVM_DIR=${LLVM_ROOT}/lib/cmake/llvm
export DOXYGEN_VERSION=1_8_14
export DOXYGEN_ROOT=${SRC_LOCATION}/doxygen-${DOXYGEN_VERSION}
export TINI_VERSION=0.18.0
export DISK_MIN=3

# Setup directories
mkdir -p $SRC_LOCATION
Expand Down