9999 export CC=/usr/bin/clang-14
100100 export CXX=/usr/bin/clang++-14
101101 export KRATOS_CMAKE_CXX_FLAGS="-Werror -Wno-deprecated-declarations"
102- export KRATOS_CMAKE_OPTIONS_FLAGS="-DMMG_ROOT=/external_libraries/mmg/mmg_5_5_1/"
102+ export KRATOS_CMAKE_OPTIONS_FLAGS="-DMMG_ROOT=/external_libraries/mmg/mmg_5_5_1/"
103103 else
104104 echo 'Unsupported compiler: ${{ matrix.compiler }}'
105105 exit 1
@@ -311,7 +311,7 @@ jobs:
311311 ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION : true
312312
313313 container :
314- image : kratosmultiphysics/kratos-image-ci-rockylinux-8 :latest
314+ image : kratosmultiphysics/kratos-image-ci-rocky8 :latest
315315 options : --user 1001
316316
317317 steps :
@@ -326,18 +326,21 @@ jobs:
326326
327327 - name : Build
328328 run : |
329+ if [ -f /etc/bashrc ]; then source /etc/bashrc; fi
329330 export KRATOS_CMAKE_CXX_FLAGS="-Werror -Wno-deprecated-declarations -Wignored-qualifiers"
330331 cp .github/workflows/rocky_configure.sh rocky_configure.sh
331332 bash rocky_configure.sh
332333
333334 - name : Running C++ tests
334335 run : |
336+ if [ -f /etc/bashrc ]; then source /etc/bashrc; fi
335337 export PYTHONPATH=${GITHUB_WORKSPACE}/bin/Custom
336338 export LD_LIBRARY_PATH=${GITHUB_WORKSPACE}/bin/Custom/libs
337339 python3.8 kratos/python_scripts/testing/run_cpp_tests.py
338340
339341 - name : Running python tests
340342 run : |
343+ if [ -f /etc/bashrc ]; then source /etc/bashrc; fi
341344 export PYTHONPATH=${GITHUB_WORKSPACE}/bin/Custom
342345 export LD_LIBRARY_PATH=${GITHUB_WORKSPACE}/bin/Custom/libs
343346 python3.8 kratos/python_scripts/testing/run_python_tests.py -l nightly -c python3.8
0 commit comments