diff --git a/.gitlab/binary_build/system_probe.yml b/.gitlab/binary_build/system_probe.yml index a12defc7cdb53..5d897fb7f5f3e 100644 --- a/.gitlab/binary_build/system_probe.yml +++ b/.gitlab/binary_build/system_probe.yml @@ -12,7 +12,7 @@ - find "$CI_BUILDS_DIR" ! -path '*DataDog/datadog-agent*' -delete || true # Allow failure, we can't remove parent folders of datadog-agent script: - inv check-go-version - - inv -e system-probe.build --strip-object-files --no-bundle + - inv -e system-probe.build --strip-object-files # fail if references to glibc >= 2.18 - objdump -p $CI_PROJECT_DIR/$SYSTEM_PROBE_BINARIES_DIR/system-probe | egrep 'GLIBC_2\.(1[8-9]|[2-9][0-9])' && exit 1 - inv -e system-probe.save-build-outputs $CI_PROJECT_DIR/sysprobe-build-outputs.tar.xz diff --git a/.run/Build process-agent.run.xml b/.run/Build process-agent.run.xml index 83f150ffea675..86a692091e442 100644 --- a/.run/Build process-agent.run.xml +++ b/.run/Build process-agent.run.xml @@ -12,7 +12,7 @@