Nicholas Breen
Nicholas Breen
https://github.com/bazelbuild/rules_docker/issues/1997 - there's a stale issue. # 🐞 bug report ### Description Cannot build on Fedora 36. Cannot build with `run-bazel-in-docker.sh` on Fedora 36. ## 🔬 Minimal Reproduction 1. Clone...
# 🐞 bug report ### Affected Rule The issue is caused by the rules: `container_run_and_commit` (and `container_run_and_extract`) ### Is this a regression? No idea, first time using the rules. ###...
Command line: `report --prepare --recursive --enabled-package-managers yarn` In our monorepo we have a number of independent yarn projects each with their own `package.json` and `yarn.lock` file, _we have no root...
We do an airgapped build where the CI server has no internet access. We check in the whl files into SCM. When specifying a `requirements.txt` with local file references the...
Just needs the pypy setup run [ltc_scrypt.patch.txt](https://github.com/jtoomim/p2pool/files/5609712/ltc_scrypt.patch.txt)
It'd be useful (to us) to generate the Source RPM (SRPM) with `rpmbuild -bs` separately to the binary RPM. This would allow us to use `mock` as a wrapper around...
Due to `/usr/bin/java` outputting a non base-10 version number. ``` $ java -version openjdk version "21-ea" 2023-09-19 OpenJDK Runtime Environment (build 21-ea+14-Ubuntu-0ubuntu1) OpenJDK 64-Bit Server VM (build 21-ea+14-Ubuntu-0ubuntu1, mixed mode,...
When following the instructions in the readme, an exception is raised because `ttps://raw.githubusercontent.com/bazelbuild/bazel-buildfarm/master/examples/shard-server.config.example` does not exist. ```[INFO ] 2023-10-31 17:50:27.992 [main] c.e.b.BfmgrApplication - No active profile set, falling back to...
### Description of the bug: When formatting a BUILD file with `Ctrl+Alt+L` or invoking "Reformat Code" the file is formatted ignoring the `.buildifier.sjon` file in the project root. This is...
``` [elided]: error: [type.arguments.not.inferred] Could not infer type arguments for SimpleEntry.getKey .collect(groupingBy(SimpleEntry::getKey, mapping(SimpleEntry::getValue, toSet()))); ^ unsatisfiable constraint: @UnknownUnits Long