From 7ec3de9396a0142dbdcd1860c9c74833868ab92c Mon Sep 17 00:00:00 2001
From: Soeren Peters <peters@irmb.tu-bs.de>
Date: Wed, 11 Nov 2020 15:43:09 +0100
Subject: [PATCH] Remove boost and cuda samples download in script, while this
 is provided by the image now.

---
 .gitlab-ci.yml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 485c656c4..a25c3dffa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -89,12 +89,6 @@ clang_10:
     - export CC=clang
     - export CXX=clang++
     - $CXX --version
-    - apt-get install -y libboost-serialization-dev
-    - cd /tmp
-    - apt-get install unzip
-    - wget https://github.com/NVIDIA/cuda-samples/archive/10.1.2.zip
-    - unzip 10.1.2.zip
-    - export NVCUDASAMPLES_ROOT=$(pwd)/cuda-samples-10.1.2
 
   script:
     - cd $CI_PROJECT_DIR
-- 
GitLab