commit | 2d297e9c50cb33ffedc22c566c7767f10db1990c | [log] [tgz] |
---|---|---|
author | David Zbarsky <dzbarsky@gmail.com> | Thu Sep 04 16:58:04 2025 -0400 |
committer | GitHub <noreply@github.com> | Thu Sep 04 20:58:04 2025 +0000 |
tree | 0066a38f8d553da748ddb3b522e997c7ad14d378 | |
parent | 2fd5c183b5a047b7824983a69499157d570cd58d [diff] |
Cleanup path-mapping enablement (#4441) **What type of PR is this?** code cleanup **What does this PR do? Why is it needed?** This enables path-mapping for the GoInfo action and simplifies the `builder_args`. As a side effect, we now set the `-goroot` flag for link actions but they do not yet opt into path mapping (and I don't think they will work yet, since they use .path on the archives) **Which issues(s) does this PR fix?** Fixes # **Other notes for review**