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

Work around bazel's python_rules root user restriction. #98

Merged
merged 2 commits into from
Oct 30, 2024

Conversation

jarondl
Copy link
Collaborator

@jarondl jarondl commented Oct 26, 2024

This handles bazelbuild/rules_python#1169.
Also clean up some other Bazel madness.

It's also progress on #96, with now only 1/4 of the build steps failing.

We had trouble with the tar file moving somewhere else on cloud build,
maybe because of different sandboxing or something. By using a run
action directly (instead of a script embedding a path), we avoid the path
problem.

It is also cleaner.
@jarondl jarondl merged commit 2521028 into google:master Oct 30, 2024
1 of 2 checks passed
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.

1 participant