We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6734a2 commit 49411ebCopy full SHA for 49411eb
.gitlab/build-profiler.sh
@@ -46,5 +46,6 @@ fi
46
RUSTFLAGS="-L native=$(dirname "$(gcc -print-file-name=libssp_nonshared.a)")" RUSTC_BOOTSTRAP=1 cargo build -Zbuild-std=std,panic_abort --target "${TRIPLET:?}" --profile profiler-release
47
cd -
48
49
-cp -v "${CARGO_TARGET_DIR}/profiler-release/libdatadog_php_profiling.so" "${output_file}"
50
-objcopy --compress-debug-sections "${output_file}"
+cp -v "${CARGO_TARGET_DIR}/${TRIPLET}/profiler-release/libdatadog_php_profiling.so" "${output_file}"
+objcopy --compress-debug-sections "${output_file}"
51
+
0 commit comments