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.
2 parents 6e576dd + fe78e28 commit 0b5c2ffCopy full SHA for 0b5c2ff
cmd/parca-debuginfo/main.go
@@ -172,7 +172,7 @@ func run(kongCtx *kong.Context, flags flags) error {
172
for _, path := range flags.Upload.Paths {
173
buildID := flags.Upload.BuildID
174
175
- if flags.Upload.Type == "debuginfo" {
+ if flags.Upload.Type == "debuginfo" && buildID == "" {
176
ef, err := elf.Open(path)
177
if err != nil {
178
return fmt.Errorf("open ELF file: %w", err)
0 commit comments