Hello, I found that using `--ffile-prefix-map` [here](https://github.com/bazel-contrib/rules_go/blob/e7fb6ab0b4380ba16607152b0bef3e09ff66d8ab/go/tools/builders/cgo2.go#L369-L370) fixed non-deterministic `GoLink` output for a build. See [here](https://reproducible-builds.org/docs/build-path/); this is a newer flag that also handles absolute paths from `__FILE__` macros. Would it be safe to update `rules_go` to use the newer flag?
Hello, I found that using
--ffile-prefix-maphere fixed non-deterministicGoLinkoutput for a build.See here; this is a newer flag that also handles absolute paths from
__FILE__macros.Would it be safe to update
rules_goto use the newer flag?