make docker-offsets
fails with "error obtaining VCS status: exit status 128"
#814
Labels
bug
Something isn't working
Describe the bug
Running
make docker-offsets
to generate offsets in a container fails with the following:Environment
golang:1.22
image)main
To Reproduce
Steps to reproduce the behavior:
make docker-offsets
Expected behavior
Offsets file is generated
Additional context
Running
make offsets
(not in a container) does not have this issue.Adding
-buildvcs=false
to the build command (as done in #790 - https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/790/files#diff-76ed074a9305c04054cdebb9e9aad2d818052b07091de1f20cad0bbac34ffb52R29) seems to fix it, but I would like to debug why this started and decide if that's actually the right solution or a bandaidThe text was updated successfully, but these errors were encountered: