Nicholas Breen
Nicholas Breen
Same problem has occurred with Bazel 4.2.0 but with only 84 dependencies. JDK's used: - Redhat upstream OpenJDK 11.0.10+9 via AdoptJDK - AdoptJDK 11.0.12+7 (hotspot) - AdoptJDK 11.0.12+7 (OpenJ9) -...
We managed to find a method reference (as indicated by [JDK-8210483](https://bugs.openjdk.java.net/browse/JDK-8210483)) that triggered the bug. I cannot include our source code, and have not generated a minimal case. It was...
A work-around is to use `project-roots --recursive` and use the output to generate the command line for `report --prepare --aggregate-paths ...` which treats each path as a discrete project.
Also even if the 'production' prefix for the `yarn install` command is empty the `yarn install` command will fail also due to there being no root-project/workspace.
I also assumed that the certificate ARN was required, however, I still cannot get it to work by using the 'Name' of the certificate for several reasons/steps. 1. Created certificate...
The same error presents with bazel versions: 4.0.0, 4.2.2, 5.1.1, 5.2.0. After putting a version of bazel on the `$PATH` `testing/e2e.sh` the same python/pip error presents.
I also do not get any output from a `bazel run`. ``` $ bazel run @centos-8//image:image cat /etc/os-release INFO: Analyzed target @centos-8//image:image (0 packages loaded, 0 targets configured). INFO: Found...
This appears to be resolved somehow with bazel 6.0.0.
I experimented with this a while ago (outside of bazel, with buck actually). TL;DR: Same spec file, but it includes `%sources` and `%build` stanzas. At that time I was trying...
A hermetic RPM is very difficult. It relies on macros and definitions in /usr/lib/rpm/macros.d for example. I haven't figured out how to get a chroot for the right distributions working...