Skip to content

Commit

Permalink
Merge pull request #1368 from zregvart/pr/dlv-param-separation
Browse files Browse the repository at this point in the history
debug: separate target and delve parameters
  • Loading branch information
cpanato authored Oct 8, 2024
2 parents f6244ad + dcd4c9b commit 08c82b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/build/gobuild.go
Original file line number Diff line number Diff line change
Expand Up @@ -1117,6 +1117,7 @@ func (g *gobuild) buildOne(ctx context.Context, refStr string, base v1.Image, pl
"--log",
"--accept-multiclient",
"--api-version=2",
"--",
}

// Augment the base image with our application layer.
Expand Down
1 change: 1 addition & 0 deletions pkg/build/gobuild_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1496,6 +1496,7 @@ func TestDebugger(t *testing.T) {
"--log",
"--accept-multiclient",
"--api-version=2",
"--",
"/ko-app/ko",
}

Expand Down

0 comments on commit 08c82b9

Please sign in to comment.