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