-
For several years I've seen advice for caching Bazel's built artifacts in GitHub Actions by using _actions/cache_ and including _~/.cache/bazel_ as one of the captured directory paths. When doing so, …
-
I've been trying `uv` on work projects to assess its coverage and suitability of being a full `pip`/`pip-tools` replacement for us. One of the features of pip that we use is `pip wheel`, which seems t…
-
### Eschewed features
- [X] This issue is not requesting templating, unstuctured edits, build-time side-effects from args or env vars, or any other eschewed feature.
### What would you like to h…
-
In the Deploying to Heroku section, the instructions state to run `heroku labs:enable user-env-compile -a myapp ` in order to properly precompile assets. Heroku has since deprecated that.
I've foun…
-
Hi,
I would like to know if the plugin remote-control v2.0 is compatible with grails v2.5.0?
Because I'm upgrading my grails project from v2.4.4 to v2.5.0 and when i run the functional test I get th…
-
This is related to #5749 -- but I think that concept has a wider potential even if the title of this issue may seem a little out there (I just made it up quickly), so I quickly jot down some thoughts …
-
For the following two repositories / projects, performing `jpm uninstall` here after an installation, leaves behind empty directories in the package cache:
* https://github.com/ianthehenry/jimmy
*…
-
### Description of the bug:
According to https://docs.bazel.build/versions/main/be/common-definitions.html#common-attributes, adding the `no-cache` tag should "[result] in the action or test never b…
-
I tried to use `contrail-dev-env` to build containers, but I failed. And I have finished compiling contrail and making rpm successfully.
OS: `Centos7.5`
Docker info
```
➜ contrail-dev-env git…
ghost updated
5 years ago
-
The following errors occur when accessing a private repo with docker build:
```bash
docker build -t scottd018/cnpo:0.1.0 .
Sending build context to Docker daemon 305.1MB
Step 1/14 : FROM golang…