From 0d7356bb08b24cd6dd9046076b6ce6e5286f353b Mon Sep 17 00:00:00 2001 From: Mathieu Faverge <mathieu.faverge@inria.fr> Date: Thu, 4 May 2023 11:53:06 +0200 Subject: [PATCH] CI: Temporary remove the build starpu_hipcuda as long as the pb with the docker image is not fixed --- .gitlab/build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab/build.yml b/.gitlab/build.yml index 22931bfc7..594ccb417 100644 --- a/.gitlab/build.yml +++ b/.gitlab/build.yml @@ -36,12 +36,12 @@ build_starpu_hip: BUILD_OPTIONS: "-DCHAMELEON_USE_HIP_ROC=ON -DCHAMELEON_USE_MPI=ON" VERSION: starpu_hip -build_starpu_hipcuda: - extends: .build_script_template - variables: - CHAM_CI_ENV_ARG: hipcuda - BUILD_OPTIONS: "-DCHAMELEON_USE_HIP_CUDA=ON -DCHAMELEON_HIPBLAS_PATH=/home/gitlab/hipcuda/hipblas -DCHAMELEON_USE_MPI=ON" - VERSION: starpu_hipcuda +# build_starpu_hipcuda: +# extends: .build_script_template +# variables: +# CHAM_CI_ENV_ARG: hipcuda +# BUILD_OPTIONS: "-DCHAMELEON_USE_HIP_CUDA=ON -DCHAMELEON_HIPBLAS_PATH=/home/gitlab/hipcuda/hipblas -DCHAMELEON_USE_MPI=ON" +# VERSION: starpu_hipcuda build_starpu_simgrid: extends: .build_script_template -- GitLab