Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix hermetic toolchain linking before Go 1.21 #3692

Closed
wants to merge 1 commit into from

Commits on Sep 14, 2023

  1. Fix hermetic toolchain linking before Go 1.21

    Go toolchain checks which linker flags are available by running the
    linker on a temporary file. Before Go 1.21, this command was run in a
    temporary directory, but this has now been fixed upstream.
    golang/go#59952
    
    This change will not be needed for Go versions 1.21 and above, but will
    be beneficial for users on lower versions and using a hermetic
    toolchain.
    
    See bazel-contrib/toolchains_llvm#183 for some more
    context.
    siddharthab committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    65c35ec View commit details
    Browse the repository at this point in the history