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: missing RunEnvironmentInfo #904

Merged
merged 2 commits into from
Nov 29, 2022
Merged

Conversation

f0rmiga
Copy link
Collaborator

@f0rmiga f0rmiga commented Nov 29, 2022

After we introduced multi-toolchain support, the release failed because RunEnvironmentInfo is only available on Bazel 5.3.0+ and there was a bug in how we checked for the existence of this provider. Apparently, there's no way to check for this provider, so I reverted to the deprecated testing.TestEnvironment. Once we are okay with not supporting Bazel < 5.3.0, we can move to RunEnvironmentInfo.

Signed-off-by: Thulio Ferraz Assis <3149049+f0rmiga@users.noreply.github.com>
Signed-off-by: Thulio Ferraz Assis <3149049+f0rmiga@users.noreply.github.com>
@f0rmiga f0rmiga merged commit 518c873 into main Nov 29, 2022
@f0rmiga f0rmiga deleted the f0rmiga/fix-missing-RunEnvironmentInfo branch November 29, 2022 17:34
ianpegg-bc pushed a commit to ianpegg-bc/rules_python that referenced this pull request May 12, 2023
* fix: missing RunEnvironmentInfo

Signed-off-by: Thulio Ferraz Assis <3149049+f0rmiga@users.noreply.github.com>

* fix: add reference to github issue

Signed-off-by: Thulio Ferraz Assis <3149049+f0rmiga@users.noreply.github.com>

Signed-off-by: Thulio Ferraz Assis <3149049+f0rmiga@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants