Skip to content

Commit 09526af

Browse files
committed
tmp bf
1 parent a656dcd commit 09526af

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

php/Dockerfile-8.4

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -104,18 +104,18 @@ RUN set -eux; \
104104
cd -; \
105105
\
106106
# Blackfire (arch-aware)
107-
version=$(php -r "echo PHP_MAJOR_VERSION.PHP_MINOR_VERSION;"); \
108-
arch=$(uname -m); \
109-
case "$arch" in \
110-
x86_64) bf_arch=amd64 ;; \
111-
aarch64) bf_arch=arm64 ;; \
112-
*) echo "Unsupported arch: $arch"; exit 1 ;; \
113-
esac; \
114-
curl -A "Docker" -o /tmp/blackfire.tar.gz -L -s \
115-
"https://blackfire.io/api/v1/releases/probe/php/linux/$bf_arch/$version"; \
116-
tar zxpf /tmp/blackfire.tar.gz -C /tmp; \
117-
mv /tmp/blackfire-*.so "$(php -r 'echo ini_get("extension_dir");')/blackfire.so"; \
118-
rm -f /tmp/blackfire.tar.gz; \
107+
#version=$(php -r "echo PHP_MAJOR_VERSION.PHP_MINOR_VERSION;"); \
108+
#arch=$(uname -m); \
109+
#case "$arch" in \
110+
# x86_64) bf_arch=amd64 ;; \
111+
# aarch64) bf_arch=arm64 ;; \
112+
# *) echo "Unsupported arch: $arch"; exit 1 ;; \
113+
#esac; \
114+
#curl -A "Docker" -o /tmp/blackfire.tar.gz -L -s \
115+
# "https://blackfire.io/api/v1/releases/probe/php/linux/$bf_arch/$version"; \
116+
#tar zxpf /tmp/blackfire.tar.gz -C /tmp; \
117+
#mv /tmp/blackfire-*.so "$(php -r 'echo ini_get("extension_dir");')/blackfire.so"; \
118+
#rm -f /tmp/blackfire.tar.gz; \
119119
\
120120
# Cleanup
121121
pecl clear-cache; \

0 commit comments

Comments
 (0)