File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments