Skip to content

Support go1.13.8, 1.12.17#2372

Merged
jayconrod merged 1 commit intobazel-contrib:masterfrom
jayconrod:update-go
Feb 13, 2020
Merged

Support go1.13.8, 1.12.17#2372
jayconrod merged 1 commit intobazel-contrib:masterfrom
jayconrod:update-go

Conversation

@jayconrod
Copy link
Copy Markdown
Collaborator

Fixes #2368

@jayconrod jayconrod requested a review from ianthehat as a code owner February 13, 2020 14:58
@jayconrod jayconrod merged commit 20e4606 into bazel-contrib:master Feb 13, 2020
@jayconrod jayconrod deleted the update-go branch February 13, 2020 15:12
jayconrod pushed a commit that referenced this pull request Feb 13, 2020
jayconrod pushed a commit that referenced this pull request Feb 13, 2020
yushan26 pushed a commit to yushan26/rules_go that referenced this pull request Jun 16, 2025
Before this PR freethreaded toolchains were not possible to be used,
this adds the minimum plumbing to get the things working. Coverage
support is also added.

Whilst at it:
- Add plumbing to print checksums only for a particular python version.
- Bump the remaining toolchain versions that used to use the 20241008
release
- Pass around the loaded platform list so that we are only defining
toolchains for the platforms that we have loaded the hermetic toolchain
for.

Tested:
```
$ bazel run --//python/config_settings:python_version=3.13.0 --//python/config_settings:py_freethreaded="yes" //python/private:current_interpreter_executable
...
Python 3.13.0 experimental free-threading build (main, Oct 16 2024, 03:26:14) [Clang 18.1.8 ] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>
```

Closes bazel-contrib#2129.
Work towards bazel-contrib#2386.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support go1.13.8, go1.12.17

2 participants