Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up
Popular repositories
522 contributions in the last year
Contribution activity
December 2019
- benjaminp/buildmaster-config Python
Created a pull request in python/buildmaster-config that received 1 comment
Created an issue in bazelbuild/bazel that received 2 comments
error from building ignored package blames --deleted_packages
$ touch WORKSPACE
$ cat > .bazelignore
pkg
$ bazel build //pkg
ERROR: Skipping '//pkg': no such package 'pkg': Package is considered deleted due to…
2
comments