diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2021-08-23 16:26:35 +1000 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2021-08-23 16:26:35 +1000 |
commit | 0fc3e69a70fd4baa7bd2de3e680e0927ef58e907 (patch) | |
tree | cc6c29dab4baabae6a1db8f9dce0e5d3359e3a0d | |
parent | 5b0c5548214a6ed02f2c16228bfff98d4286ff54 (diff) | |
download | mediagoblin-0fc3e69a70fd4baa7bd2de3e680e0927ef58e907.tar.lz mediagoblin-0fc3e69a70fd4baa7bd2de3e680e0927ef58e907.tar.xz mediagoblin-0fc3e69a70fd4baa7bd2de3e680e0927ef58e907.zip |
Update Docker and CI builds to be more closely aligned to deploy docs.
-rw-r--r-- | .builds/debian-11-with-site-packages.yml | 8 | ||||
-rw-r--r-- | .builds/fedora-33-with-site-packages.yml | 13 |
2 files changed, 6 insertions, 15 deletions
diff --git a/.builds/debian-11-with-site-packages.yml b/.builds/debian-11-with-site-packages.yml index c6b13fa5..60596a77 100644 --- a/.builds/debian-11-with-site-packages.yml +++ b/.builds/debian-11-with-site-packages.yml @@ -8,14 +8,10 @@ packages: - virtualenv # Install make and runtime dependencies. - - python3-alembic - - python3-feedgenerator - - python3-jsonschema - - python3-kombu - python3-lxml - - python3-migrate - python3-pillow - - python3-py + + # Install test and docs dependencies. - python3-pytest - python3-pytest-xdist - python3-snowballstemmer diff --git a/.builds/fedora-33-with-site-packages.yml b/.builds/fedora-33-with-site-packages.yml index 0a5c2e63..061edff3 100644 --- a/.builds/fedora-33-with-site-packages.yml +++ b/.builds/fedora-33-with-site-packages.yml @@ -11,22 +11,17 @@ packages: # Install make and runtime dependencies. # - findutils - - python3-alembic - - python3-celery - - python3-feedgenerator - - python3-jsonschema - - python3-kombu - python3-lxml - - python3-migrate - python3-pillow - - python3-py + - libffi-devel + # - which + + # Install test and docs dependencies. - python3-pytest - python3-pytest-xdist - python3-snowballstemmer - python3-sphinx - python3-webtest - - libffi-devel - # - which # Install audio dependencies. - gstreamer1-plugins-base |