comparison Aws/holy-build-box-internal.sh @ 140:40efe821932a

fix LSB build
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 01 Mar 2024 16:17:51 +0100
parents 5d2e9399bdd8
children 3e9cced85a5b
comparison
equal deleted inserted replaced
139:6f31581bd122 140:40efe821932a
42 cp -r /source/Common /tmp/source-writeable/ 42 cp -r /source/Common /tmp/source-writeable/
43 cp -r /source/UnitTestsSources /tmp/source-writeable/ 43 cp -r /source/UnitTestsSources /tmp/source-writeable/
44 cp /source/Aws/* /tmp/source-writeable/Aws/ || true # Ignore error about omitting directories 44 cp /source/Aws/* /tmp/source-writeable/Aws/ || true # Ignore error about omitting directories
45 45
46 cmake /tmp/source-writeable/Aws/ \ 46 cmake /tmp/source-writeable/Aws/ \
47 -DORTHANC_FRAMEWORK_VERSION=1.9.3 \ 47 -DORTHANC_FRAMEWORK_VERSION=1.12.3 \
48 -DORTHANC_FRAMEWORK_SOURCE=web \ 48 -DORTHANC_FRAMEWORK_SOURCE=web \
49 -DCMAKE_BUILD_TYPE=$1 -DSTATIC_BUILD=ON 49 -DCMAKE_BUILD_TYPE=$1 -DSTATIC_BUILD=ON
50 50
51 # Use only 2 processes (not `nproc`), as this is a very heavy compilation 51 # Use only 2 processes (not `nproc`), as this is a very heavy compilation
52 make -j2 52 make -j2