libc is not needed

This commit is contained in:
zvon 2018-09-22 23:33:20 +00:00
parent 8cae22f41d
commit 6dc9499151

View File

@ -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: