From: Jacob Lifshay Date: Mon, 4 Apr 2022 23:33:35 +0000 (-0700) Subject: remove unneeded dependencies to avoid dragging in systemd and gui junk X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=acba67c4d94b64422f8f2ecb6d17a2fa63671a9e;p=nmigen-gf.git remove unneeded dependencies to avoid dragging in systemd and gui junk --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5578d80..476b4cd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,6 @@ build: gawk git gperf - graphviz libboost-program-options-dev libffi-dev libftdi-dev @@ -38,7 +37,6 @@ build: python3-setuptools python3-wheel tcl-dev - xdot - export PATH="$HOME/.local/bin:/usr/lib/ccache:$PATH" - export CCACHE_BASEDIR="$PWD" - export CCACHE_DIR="$PWD/ccache"