aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2020-12-11 17:05:35 -0800
committerBryan Newbold <bnewbold@robocracy.org>2022-01-26 18:02:06 -0800
commitb439188ccd5a63e6e25cb9fc3fa641b374257536 (patch)
treeed0ed18539f542b24b9bdec9a05a036b8af86afe /.gitlab-ci.yml
parent3c5ad5306fc2260466fc619b5ef6a778b8cd3a68 (diff)
downloadfatcat-b439188ccd5a63e6e25cb9fc3fa641b374257536.tar.gz
fatcat-b439188ccd5a63e6e25cb9fc3fa641b374257536.zip
gitlab CI: use focal base image for CI run
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml13
1 files changed, 6 insertions, 7 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index edbaca5c..216f1fcf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,7 +14,7 @@ variables:
PIPENV_VENV_IN_PROJECT: "true"
CARGO_HOME: ".cargo_cache"
-image: "bnewbold/fatcat-test-base:xenial"
+image: "bnewbold/fatcat-test-base:focal"
unified_test:
variables:
@@ -32,11 +32,10 @@ unified_test:
apt install -y
software-properties-common wget pkg-config git
libpq-dev libsnappy-dev libsodium-dev
- python3.7 python3.7-dev python3.7-venv python3.7-distutils
+ rustc cargo
python3.8 python3.8-dev python3.8-venv python3.8-distutils
- python3-dev python3-pip python3-wheel python3-requests python3-six python3-pytest
+ python3-dev python3-pip python3-wheel python3-requests python3-six python3-pytest pipenv
- diesel --version || cargo install diesel_cli --version 1.3.1 --no-default-features --features postgres
- - pipenv --version || python3.5 -m pip install pipenv
- pipenv --version
script:
- rustc --version && cargo --version && diesel --version
@@ -71,6 +70,7 @@ rust_build_release:
apt install -y
software-properties-common wget pkg-config git
libpq-dev libsnappy-dev libsodium-dev
+ rustc cargo
python3-dev python3-pip python3-wheel python3-requests python3-six python3-pytest
script:
- rustc --version && cargo --version
@@ -90,10 +90,9 @@ python_build_release:
apt install -y
software-properties-common wget pkg-config git
libpq-dev libsnappy-dev libsodium-dev
- python3.7 python3.7-dev python3.7-venv python3.7-distutils
+ rustc cargo
python3.8 python3.8-dev python3.8-venv python3.8-distutils
- python3-dev python3-pip python3-wheel python3-requests python3-six python3-pytest
- - pip3 install pipenv
+ python3-dev python3-pip python3-wheel python3-requests python3-six python3-pytest pipenv
script:
- python3 --version
- pipenv --version