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: add missing +x to runtime env toolchain interpreter script #2086

Merged
merged 10 commits into from
Jul 24, 2024

Conversation

rickeylev
Copy link
Contributor

The runtime_env_toolchain_interpreter.sh file was missing the executable bit, which prevented the file from actually be runnable later.

To fix, just chmod +x it. I also added tests to actually run using it and verify that
it is the toolchain used by the test.

Fixes #2085

@rickeylev rickeylev requested a review from aignas as a code owner July 23, 2024 05:37
@rickeylev rickeylev added this pull request to the merge queue Jul 24, 2024
Merged via the queue into bazelbuild:main with commit 59bb4a8 Jul 24, 2024
4 checks passed
@rickeylev rickeylev deleted the fix.runtimeenv.chmod.x branch July 24, 2024 18:17
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.

runtime env toolchain is missing executable bit
2 participants