From 22f41b1583d6fc1e20c1341f3f5021808139c8ad Mon Sep 17 00:00:00 2001 From: "J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F" Date: Thu, 12 Jan 2023 14:11:12 +0100 Subject: [PATCH] Build test split arch --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index b19a2e2..43732d5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ type: docker name: archlinux_build clone: - depth: 3 + depth: 50 steps: - name: build-arch @@ -14,7 +14,6 @@ steps: path: /root/.ccache commands: - pacman -S --noconfirm ccache openblas fftw pulseaudio - - pip install -r requirements.txt - cmake . # More than two makes ascee2 irresponsive for now - make -j2