Skip to content
Snippets Groups Projects
Commit 7ec3de93 authored by Soeren Peters's avatar Soeren Peters
Browse files

Remove boost and cuda samples download in script, while this is provided by the image now.

parent 7cff243c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment