Skip to content
Snippets Groups Projects
Commit 2701fb23 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

CI: re-enable php8.0-xdebug

should be fixed now
parent e5234600
No related branches found
No related tags found
No related merge requests found
Pipeline #61701 failed
...@@ -51,8 +51,6 @@ RUN apt-get update && apt-get install -y \ ...@@ -51,8 +51,6 @@ RUN apt-get update && apt-get install -y \
COPY ./php-ini-overrides.ini /etc/php/7.4/cli/conf.d/ COPY ./php-ini-overrides.ini /etc/php/7.4/cli/conf.d/
# PHP 8.0 # PHP 8.0
# FIXME: php8.0-xdebug not installed because it leads to segfaults
# https://gitlab.tugraz.at/dbp/middleware/api/-/issues/65#note_21039
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
php8.0 \ php8.0 \
php8.0-curl \ php8.0-curl \
...@@ -61,6 +59,7 @@ RUN apt-get update && apt-get install -y \ ...@@ -61,6 +59,7 @@ RUN apt-get update && apt-get install -y \
php8.0-ldap \ php8.0-ldap \
php8.0-zip \ php8.0-zip \
php8.0-gmp \ php8.0-gmp \
php8.0-xdebug \
php8.0-gd \ php8.0-gd \
php8.0-mysql \ php8.0-mysql \
php8.0-mbstring \ php8.0-mbstring \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment