Skip to content

Commit 49411eb

Browse files
fix path
1 parent d6734a2 commit 49411eb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.gitlab/build-profiler.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,6 @@ fi
4646
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
4747
cd -
4848

49-
cp -v "${CARGO_TARGET_DIR}/profiler-release/libdatadog_php_profiling.so" "${output_file}"
50-
objcopy --compress-debug-sections "${output_file}"
49+
cp -v "${CARGO_TARGET_DIR}/${TRIPLET}/profiler-release/libdatadog_php_profiling.so" "${output_file}"
50+
objcopy --compress-debug-sections "${output_file}"
51+

0 commit comments

Comments
 (0)