Skip to content

Commit a0fd4fc

Browse files
fix profiler language test CI build
1 parent 9e2a48e commit a0fd4fc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.gitlab/generate-profiler.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"PHP language tests":
120120
stage: test
121121
tags: [ "arch:${ARCH}" ]
122-
image: registry.ddbuild.io/images/mirror/datadog/dd-trace-ci:php-${PHP_MAJOR_MINOR}_buster
122+
image: registry.ddbuild.io/images/mirror/datadog/dd-trace-ci:php-${PHP_MAJOR_MINOR}_bookworm-8
123123
variables:
124124
KUBERNETES_CPU_REQUEST: 5
125125
KUBERNETES_MEMORY_REQUEST: 3Gi
@@ -140,8 +140,8 @@
140140

141141
- command -v switch-php && switch-php "${FLAVOUR}"
142142
- cd profiling
143-
- cargo build --release --all-features
143+
- cargo build --profile profiler-release
144144
- cd ..
145-
- echo "extension=/tmp/cargo/release/libdatadog_php_profiling.so" > /opt/php/${FLAVOUR}/conf.d/profiling.ini
145+
- echo "extension=/tmp/cargo/profiler-release/libdatadog_php_profiling.so" > /opt/php/${FLAVOUR}/conf.d/profiling.ini
146146
- php -v
147147
- .gitlab/run_php_language_tests.sh

0 commit comments

Comments
 (0)