adam lazur

Results 10 comments of adam lazur

I'm not running `bazel` as root, but I'll double back and debug this again

I verified I'm not running this as `root` or with any god-like container powers. It's a `builder` user id 1337 in circleci's x86 container deployment. WRT https://github.com/bazelbuild/rules_python/pull/749 the chown on...

Looking at the `-B` solution again, it works for my circleci use case where the test is run with a fresh cache and nothing is run before `bazel test`, but...

Debugging this with `gcloud --log-http` on a compute instance. You can create a tagbinding with `gcloud` IF you provide `--location`. I run: ```shell $ gcloud resource-manager --log-http tags bindings create...

`socat` only supports socks4 FWIW

forward ported patch: [patch_wheels_0.26.0.patch](https://github.com/bazelbuild/rules_python/files/13179718/patch_wheels_0.26.0.patch)

almost at the 1 year anniversary of a broken README.md :/

the conflicts are from it being fixed by https://github.com/bazelbuild/rules_python/pull/881 ... guess I should have added more comments ;) closing this PR :)

> @arunkant rules_docker merged this which fixes `--noexperimental_python_import_all_repositories` [bazelbuild/rules_docker#2171](https://github.com/bazelbuild/rules_docker/pull/2171) If you're running the latest `rules_docker` release (`v0.25.0` from June 2022), you'll have to patch it into your `WORKSPACE`: ``` http_archive(...

I'm seeing this bug with `git` on a virtiofs bind mount of source code into a container for a developer build environment. Oddly, it's a transient thing: ``` laz@builder-git_bando ~/git/bando$...