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 linux-arm64 build release process #914

Merged
merged 1 commit into from
Jul 25, 2023
Merged

Conversation

1000hz
Copy link
Contributor

@1000hz 1000hz commented Jul 25, 2023

The version of the rules_python package seems to have been updated recently which introduced a new error when the builder was being run as root. Since we're running this builder in a container, we can use the ignore_root_user_error option.

There were also some issues installing the C++ toolchain and dependencies, so we're now deferring to the LLVM installation script to install these using the all argument.

The version of the `rules_python` package seems to have been updated recently which introduced a new error when the builder was being run as `root`. Since we're running this builder in a container, we can use the [`ignore_root_user_error`](https://github.com/bazelbuild/rules_python/blob/23354a9b607ff0207e9a3c0cbe16724ec53997c1/tests/ignore_root_user_error/README.md) option.

There were also some issues installing the C++ toolchain and dependencies, so we're now deferring to the LLVM installation script to install these using the `all` argument.
@1000hz 1000hz requested review from edevil, mrbbot and penalosa July 25, 2023 16:42
@1000hz 1000hz merged commit 838d324 into main Jul 25, 2023
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.

2 participants