File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 5050 lfs : false
5151 - name : Check doxygen
5252 env :
53- DOCKER_REPOSITORY : geosx/ubuntu:24.04-${{ needs.get_docker_image_tag_hash.outputs.DOCKER_IMAGE_TAG_HASH }}
53+ DOCKER_REPOSITORY : geosx/ubuntu:24.04-clang- ${{ needs.get_docker_image_tag_hash.outputs.DOCKER_IMAGE_TAG_HASH }}
5454 HOST_CONFIG : hostconfigs/environment.cmake
5555 CMAKE_CXX_COMPILER : /usr/bin/clang++
5656 CMAKE_C_COMPILER : /usr/bin/clang
7171 lfs : false
7272 - name : code_checks
7373 env :
74- DOCKER_REPOSITORY : geosx/ubuntu:24.04-${{ needs.get_docker_image_tag_hash.outputs.DOCKER_IMAGE_TAG_HASH }}
74+ DOCKER_REPOSITORY : geosx/ubuntu:24.04-clang- ${{ needs.get_docker_image_tag_hash.outputs.DOCKER_IMAGE_TAG_HASH }}
7575 HOST_CONFIG : hostconfigs/environment.cmake
7676 CMAKE_CXX_COMPILER : /usr/bin/clang++
7777 CMAKE_C_COMPILER : /usr/bin/clang
Original file line number Diff line number Diff line change 1717 exit 1
1818fi
1919
20- echo " Using package manager: $PACKAGE_MANAGER "
20+ # echo "Using package manager: $PACKAGE_MANAGER"
2121
22- if [ " $PACKAGE_MANAGER " == " apt" ]; then
23- apt update && apt-get install -y libblas-dev liblapack-dev texlive-full
24- elif [ " $PACKAGE_MANAGER " == " yum" ]; then
25- yum update && yum install -y blas lapack
26- fi
22+ # if [ "$PACKAGE_MANAGER" == "apt" ]; then
23+ # apt update && apt-get install -y libblas-dev liblapack-dev texlive-full
24+ # elif [ "$PACKAGE_MANAGER" == "yum" ]; then
25+ # yum update && yum install -y blas lapack
26+ # fi
2727
2828# The or_die function run the passed command line and
2929# exits the program in case of non zero error code
You can’t perform that action at this time.
0 commit comments