-
### What version of gazelle are you using?
latest
### What version of rules_go are you using?
latest
### What version of Bazel are you using?
4.2.1
### Does this issue reproduce …
-
I want to be able to reboot my proxmox containers without breaking prod. I think I want to do this with google cloud build and docker? Idk, open question.
-
### What version of gazelle are you using?
0.33.0
### What version of rules_go are you using?
0.41.0
### What version of Bazel are you using?
6.3.2
### Does this issue reproduc…
-
## Describe the Feature You Want
A mechanism to `load` a path relative to the SCM repo root, e.g., `load('//src/bazel/Tiltfile.bazel', 'myfunc')`
Technically, bazel describes `//` as relative to a w…
-
-
- [ x ] I am on the latest version of Snowpack & all plugins. ("snowpack": "^3.5.5")
- [ x] I use package manager npm (Fill in: npm, yarn, pnpm, etc).
- [ x] I run Snowpack on Node.js v12+ (no…
-
*TL;DR:* If I have a `py_library(..., srcs=["foo.py"], imports=["."])`, then with the standard Bazel Python rules I can use `import foo` to reference it. If I link this `py_library` into a `pex_binary…
evanj updated
6 years ago
-
I tried loading this repo via git:
```
git_repository(
name = "bazel_tools",
branch = "master",
remote = "git@github.com:attilaolah/bazel-tools.git"
)
```
…
-
### Is your feature request related to a problem? Please describe.
For build tools that support large monorepos (such as Bazel, Blaze, Pants, Buck, etc) it's typical to have multiple output paths, …
-
### What version of rules_go are you using?
0.28.0
### What version of gazelle are you using?
0.23.0
### What version of Bazel are you using?
4.2.1
### Does this issue reproduce with…