File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff 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; \
You can’t perform that action at this time.
0 commit comments