aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2020-04-16 18:56:05 -0700
committerBryan Newbold <bnewbold@robocracy.org>2020-04-16 22:07:12 -0700
commite376e9d98e3b891c1af8ba3023298d342c957148 (patch)
tree80f195b646bf7c7eb3ace18c468789a5f6ffed57 /.gitlab-ci.yml
parentb1de347e9f4a4f482ab41813e835f0bfbedffe35 (diff)
downloadfatcat-e376e9d98e3b891c1af8ba3023298d342c957148.tar.gz
fatcat-e376e9d98e3b891c1af8ba3023298d342c957148.zip
ci: only build postgres feature for diesel
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dd70e1f8..e0c7c323 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,7 +29,7 @@ unified_test:
- export PATH="$PATH:$CARGO_HOME/bin"
- apt update -qy
- apt install -y python3-dev python3-pip python3-wheel python3-requests python3-six python3-pytest libsnappy-dev libsodium-dev software-properties-common python3.7 python3.7-dev python3.7-venv python3.7-distutils libpq-dev
- - cargo install diesel_cli --version 1.3.1
+ - cargo install diesel_cli --version 1.3.1 --no-default-features --features postgres
- pip3 install pipenv
- pipenv --version
script: