Skip to content
Snippets Groups Projects
Unverified Commit 670bfc21 authored by Jayesh Badwaik's avatar Jayesh Badwaik
Browse files

+ dev : depend on git-lfs being available from the platform

  - git-lfs is required to download the testdata for the CI runs
parent f41624ce
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,6 @@
.platform.x64.cuda.12:
before_script:
- yum install -y epel-release
- yum install -y wget git make glibc-devel python3 lcov gcc-toolset-12
- yum install -y wget git git-lfs make glibc-devel python3 lcov gcc-toolset-12
- source /opt/rh/gcc-toolset-12/enable
......@@ -7,5 +7,6 @@
.platform.x64.gcc.12:
before_script:
- yum install -y epel-release
- yum install -y wget git make glibc-devel python3 lcov
- yum install -y wget git git-lfs make glibc-devel python3 lcov
......@@ -6,5 +6,5 @@
.platform.x64.llvm.15:
before_script:
- yum install -y wget git make glibc-devel python3
- yum install -y wget git git-lfs make glibc-devel python3
......@@ -7,7 +7,7 @@
.platform.x64.nvhpc.23:
before_script:
- yum install -y epel-release
- yum install -y wget git make glibc-devel python3
- yum install -y wget git git-lfs make glibc-devel python3
- dnf install -y gcc-toolset-12
- source /opt/rh/gcc-toolset-12/enable
- makelocalrc -x /opt/nvidia/hpc_sdk/Linux_x86_64/23.1/compilers/bin/
......
......@@ -14,8 +14,9 @@ fi
FEATURE_ARRAY_STRING=$1
module --force purge
module purge
module load Stages/2023
module load git-lfs
if [[ $FEATURE_ARRAY_STRING == "none" ]]; then
module load GCC
......
......@@ -14,8 +14,9 @@ fi
FEATURE_ARRAY_STRING=$1
module --force purge
module purge
module load Stages/2023
module load git-lfs
if [[ $FEATURE_ARRAY_STRING == "none" ]]; then
module load GCC
......
......@@ -14,8 +14,9 @@ fi
FEATURE_ARRAY_STRING=$1
module --force purge
module purge
module load Stages/2023
module load git-lfs
if [[ $FEATURE_ARRAY_STRING == "none" ]]; then
module load GCC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment