Skip to content

Instantly share code, notes, and snippets.

View pshabunia0epam's full-sized avatar

Pavel Shabunia pshabunia0epam

  • EPAM Systems Inc
  • Austin, TX
View GitHub Profile
docker run \
-e USER="$(id -u)" \
-v $PWD:/src/workspace \
-v /tmp/build_output:/tmp/build_output \
-v ~/.config/gcloud:/root/.config/gcloud \
-w /src/workspace \
l.gcr.io/google/bazel:0.25.0 \
--output_user_root=/tmp/build_output \
--nohome_rc --bazelrc=.bazelrc-rbe-0.25.0 \
build //... \