From 406b6bd90d5612884d4387b432f122480247775e Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Sat, 24 Feb 2018 02:04:08 +0100 Subject: [PATCH] Fix Arch Linux --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 586ed4d94..b34f4c3ad 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -110,7 +110,6 @@ debian10: - make install - ubuntu14.04: image: ubuntu:trusty stage: build @@ -204,7 +203,6 @@ archlinux: before_script: - pwd script: - - pacman -Syu - pacman -S --noconfirm cmake git boost boost-libs log4cpp libvolk gnuradio gnuradio-osmosdr blas lapack gflags google-glog gnutls openssl python2-mako python2-six libmatio gtest - cd build - cmake -DENABLE_OSMOSDR=ON ..