From 0cc465e2e39f4276f0af0e4ac5ea6fad5a788625 Mon Sep 17 00:00:00 2001 From: Abdoulbari Zakir Date: Fri, 6 Dec 2024 13:34:58 +0100 Subject: [PATCH] update --- docker/centos7-build | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/docker/centos7-build b/docker/centos7-build index 6d5c89865..9081eed00 100644 --- a/docker/centos7-build +++ b/docker/centos7-build @@ -82,18 +82,7 @@ RUN source /opt/rh/devtoolset-11/enable && \ cmake --build _build --config Release -j${NPROC} &&\ ccache -s # tests -RUN export PATH=/root/miniconda3/condabin:$PATH && \ - XPRESS_DIR=/root/miniconda3/lib/python3.8/site-packages/xpress && \ - export XPRESSDIR=$XPRESS_DIR \ - export XPAUTH_PATH=$XPRESS_DIR/license/community-xpauth.xpr && \ - echo "Create symbolic link for XPRESS library file because it is missing in the Python installation" && \ - ln -s $XPRESS_DIR/lib/libxprs.so.42 $XPRESS_DIR/lib/libxprs.so && \ - export PATH="/workspace/antares-xpansion/_build/vcpkg_installed/x64-linux-release/tools/openmpi/bin:$PATH" && \ - pushd tests/end_to_end && \ - behave --tags ~@flaky cucumber/inputs.features --no-capture --no-capture-stderr --format pretty && \ - popd && \ - cd _build && \ - ctest -C Release --output-on-failure -L "unit|benders|lpnamer|medium" + # Install RUN cd _build && \ cmake --install .