fixed: missed the passing of opm-data root for main module build
This commit is contained in:
parent
909a00fade
commit
a32145c272
@ -198,7 +198,7 @@ function build_module_full {
|
|||||||
mkdir -p $configuration/build-$1
|
mkdir -p $configuration/build-$1
|
||||||
cd $configuration/build-$1
|
cd $configuration/build-$1
|
||||||
echo "Building main module $1=$sha1 configuration=$configuration"
|
echo "Building main module $1=$sha1 configuration=$configuration"
|
||||||
build_module "-DCMAKE_INSTALL_PREFIX=$WORKSPACE/$configuration/install" 1 $WORKSPACE
|
build_module "-DCMAKE_INSTALL_PREFIX=$WORKSPACE/$configuration/install -DOPM_DATA_ROOT=$OPM_DATA_ROOT" 1 $WORKSPACE
|
||||||
test $? -eq 0 || exit 1
|
test $? -eq 0 || exit 1
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user