diff options
Diffstat (limited to '.builds')
-rw-r--r-- | .builds/debian-10-sqlite.yml | 2 | ||||
-rw-r--r-- | .builds/debian-11-sqlite.yml | 3 | ||||
-rw-r--r-- | .builds/fedora-33-sqlite.yml | 8 | ||||
-rw-r--r-- | .builds/ubuntu-20.04.yml | 3 |
4 files changed, 3 insertions, 13 deletions
diff --git a/.builds/debian-10-sqlite.yml b/.builds/debian-10-sqlite.yml index 95e31901..18751610 100644 --- a/.builds/debian-10-sqlite.yml +++ b/.builds/debian-10-sqlite.yml @@ -2,8 +2,6 @@ image: debian/buster packages: # Install bootstrap and configure dependencies. - automake - - nodejs - - npm - python3-dev - virtualenv diff --git a/.builds/debian-11-sqlite.yml b/.builds/debian-11-sqlite.yml index 1ff1dd22..5a0d493a 100644 --- a/.builds/debian-11-sqlite.yml +++ b/.builds/debian-11-sqlite.yml @@ -2,8 +2,6 @@ image: debian/bullseye packages: # Install bootstrap and configure dependencies. - automake - - nodejs - - npm - python3-dev - virtualenv @@ -71,4 +69,3 @@ tasks: # Build the documentation. cd docs && make html - diff --git a/.builds/fedora-33-sqlite.yml b/.builds/fedora-33-sqlite.yml index 82fd5d9c..577fb972 100644 --- a/.builds/fedora-33-sqlite.yml +++ b/.builds/fedora-33-sqlite.yml @@ -4,11 +4,9 @@ packages: - automake # - gcc # - make - - nodejs - - npm - python3-devel - virtualenv - + # Install make and runtime dependencies. # - findutils - python3-lxml @@ -34,7 +32,7 @@ packages: - python3-gobject - python3-gstreamer1 - gstreamer1-plugin-openh264 - + # # Install raw image dependencies. # - libexiv2-dev # - libboost-python-dev @@ -47,7 +45,7 @@ packages: # Install OpenID dependencies. - python3-openid - + tasks: - core: | cd mediagoblin diff --git a/.builds/ubuntu-20.04.yml b/.builds/ubuntu-20.04.yml index be9a8fb9..9fbd53dd 100644 --- a/.builds/ubuntu-20.04.yml +++ b/.builds/ubuntu-20.04.yml @@ -2,8 +2,6 @@ image: ubuntu/20.04 packages: # Install bootstrap and configure dependencies. - automake - - nodejs - - npm - python3-dev - virtualenv @@ -69,4 +67,3 @@ tasks: # Build the documentation. cd docs && make html - |