From 6dc94991511a9637599059d2542387b231e53468 Mon Sep 17 00:00:00 2001 From: zvon Date: Sat, 22 Sep 2018 23:33:20 +0000 Subject: [PATCH] libc is not needed --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9f85f5c..dce1e0f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ image: ubuntu:18.04 build: stage: build script: - - apt-get update -qq && apt-get install -y -qq git make clang libc++-dev libc++1 libc + - apt-get update -qq && apt-get install -y -qq git make clang libc++-dev libc++1 - CC=clang CXX=clang++ make artifacts: paths: