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 6e576dd commit fe78e28Copy full SHA for fe78e28
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