bubmped up docker image used for ci steps
This commit is contained in:
Родитель
781c017962
Коммит
6b8bf21dd7
|
@ -14,9 +14,15 @@
|
||||||
install_dependencies: &install_dependencies
|
install_dependencies: &install_dependencies
|
||||||
name: install dependencies
|
name: install dependencies
|
||||||
command: |
|
command: |
|
||||||
|
# Update stretch repositories
|
||||||
|
# source:https://stackoverflow.com/a/76095392
|
||||||
|
sed -i \
|
||||||
|
-e 's/deb.debian.org/archive.debian.org/g' \
|
||||||
|
-e 's|security.debian.org|archive.debian.org/|g' \
|
||||||
|
-e '/stretch-updates/d' /etc/apt/sources.list
|
||||||
apt update
|
apt update
|
||||||
apt install -y libsnappy-dev openjdk-8-jre-headless
|
apt install -y libsnappy-dev openjdk-8-jre-headless
|
||||||
pip install tox coverage==5.3
|
pip install tox==4.6.4 coverage==5.3
|
||||||
|
|
||||||
save_cache_settings: &save_cache_settings
|
save_cache_settings: &save_cache_settings
|
||||||
key: v1-python_mozetl-{{ checksum "setup.py" }}
|
key: v1-python_mozetl-{{ checksum "setup.py" }}
|
||||||
|
@ -70,11 +76,11 @@ jobs:
|
||||||
<<: *test_settings
|
<<: *test_settings
|
||||||
parallelism: 4
|
parallelism: 4
|
||||||
docker:
|
docker:
|
||||||
- image: python:3.7-stretch
|
- image: python:3.7.11-stretch
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
docker:
|
docker:
|
||||||
- image: python:3.7-stretch
|
- image: python:3.7.11-stretch
|
||||||
working_directory: ~/python_mozetl
|
working_directory: ~/python_mozetl
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
@ -88,7 +94,7 @@ jobs:
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
docker:
|
docker:
|
||||||
- image: python:3.7-stretch
|
- image: python:3.7.11-stretch
|
||||||
working_directory: ~/python_mozetl
|
working_directory: ~/python_mozetl
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
|
Загрузка…
Ссылка в новой задаче