debugger: Use UUID for Go debug binary names, do not rely on OUT_DIR (#32004)

It seems that there was a regression. `build_config` no longer has an
`OUT_DIR` in it.
On way to mitigate it is to stop relying on it and just use `cwd` as dir
for the test binary to be placed in.

Release Notes:
- N/A

---------

Co-authored-by: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com>
This commit is contained in:
Alex 2025-06-04 11:18:04 +02:00 committed by GitHub
parent 5d0c96872b
commit f9257b0efe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 66 additions and 20 deletions

1
Cargo.lock generated
View file

@ -12113,6 +12113,7 @@ dependencies = [
"unindent",
"url",
"util",
"uuid",
"which 6.0.3",
"workspace-hack",
"worktree",