Skip to content

Commit 8652a5d

Browse files
committed
[php] Test frankenphp
Signed-off-by: Kang Huaishuai <khs1994@khs1994.com>
1 parent 98a34ef commit 8652a5d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

dockerfile/php/.github/workflows/php_nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ jobs:
219219
ARM: ${{ matrix.DIST == '24.04-arm' }}
220220
name: 'Build Image'
221221
id: build
222+
continue-on-error: ${{ matrix.TYPE == 'swoole' }}
222223
- name: Run Snyk to check Docker image for vulnerabilities
223224
# Snyk can be used to break the build when it detects vulnerabilities.
224225
# In this case we want to upload the issues to GitHub Code Scanning

dockerfile/php/8.4/zts/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ RUN --mount=type=bind,from=go,source=/usr/local/go,target=/usr/local/go,rw \
509509
# && cp -a /usr/local/lib/libwatcher* /usr/local/lib/ \
510510
&& apk add --no-cache libstdc++ && \
511511
ldconfig /usr/local/lib \
512-
&& cp -a /usr/local/bin/frankenphp /usr/local/bin/frankenphp \
512+
# && cp -a /usr/local/bin/frankenphp /usr/local/bin/frankenphp \
513513
&& rm -rf /go \
514514
&& rm -rf /usr/local/src/watcher \
515515
&& apk del --no-network .build-deps \

0 commit comments

Comments
 (0)