Skip to content

Commit e2d2748

Browse files
committed
qa: remove temporary fix for pre PHP 8.3 RC3
Pre PHP 8.3 RC3 was lacking some files for pecl. With PHP 8.3 RC3 this was fixed by sury and therefore we can drop this. Signed-off-by: Maximilian Bösing <[email protected]>
1 parent aea6b5e commit e2d2748

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Dockerfile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -228,14 +228,6 @@ RUN export OS_VERSION=$(cat /etc/os-release | grep VERSION_ID | cut -d '"' -f2)
228228
&& apt autoremove -y \
229229
&& apt clean
230230

231-
# Temporary fix for https://github.com/laminas/laminas-continuous-integration-action/issues/188
232-
RUN cp \
233-
/usr/share/libtool/build-aux/config.sub \
234-
/usr/share/libtool/build-aux/config.guess \
235-
/usr/share/libtool/build-aux/ltmain.sh \
236-
/usr/bin/shtool \
237-
/usr/lib/php/20230831/build
238-
239231
# Build/install static modules that do not have packages
240232
COPY mods-available /mods-available
241233
COPY mods-install /mods-install

0 commit comments

Comments
 (0)