Skip to content

Commit 0146702

Browse files
committed
some test modifications
1 parent 2332df3 commit 0146702

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/continuousIntegration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
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
@@ -71,7 +71,7 @@ jobs:
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

scripts/ci_build_and_test_in_container.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ else
1717
exit 1
1818
fi
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

0 commit comments

Comments
 (0)