make docker-php-ext-source executable for php 8 and make parallel pipelines
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Lennard Brinkhaus 2022-01-12 11:57:34 +01:00
parent 82d32de942
commit 7269e9ae64
Signed by: lennard.brinkhaus
GPG Key ID: D4C9B6A87F97B070
2 changed files with 5 additions and 0 deletions

View File

@ -41,6 +41,9 @@ steps:
from_secret: tele_token from_secret: tele_token
to: to:
from_secret: tele_user from_secret: tele_user
depends_on:
- docker_php_7.4
- docker_php_8.1
--- ---
kind: secret kind: secret

View File

@ -199,6 +199,8 @@ RUN set -eux; \
COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/
RUN chmod +x /usr/local/bin/docker-php-ext-enable
# sodium was built as a shared module (so that it can be replaced later if so desired), so let's enable it too (https://github.com/docker-library/php/issues/598) # sodium was built as a shared module (so that it can be replaced later if so desired), so let's enable it too (https://github.com/docker-library/php/issues/598)
RUN docker-php-ext-enable sodium RUN docker-php-ext-enable sodium