[x] Download KIE artifacts are valid. [x] Checksums and PGP signatures are valid. [x] Source code distributions have correct names matching the current release. [x] LICENSE and NOTICE files are correct. [x] All files have license headers if necessary. [x] No compiled archives bundled in source archive. [ ] Can compile from source.
Though I was able to compile everything except for kie-tools due to docker-squash problem in my env. +1 On Wed, 9 Oct 2024 at 15:48, Luca Molteni <lmolt...@redhat.com> wrote: > > > On 4 Oct 2024, at 23:24, Alex Porcelli <porce...@apache.org> wrote: > > > > [X] Download KIE artifacts are valid. > > [X] Checksums and PGP signatures are valid. > > [X] Source code distributions have correct names matching the current > release. > > [X] LICENSE and NOTICE files are correct. > > [X] All files have license headers if necessary. > > [X] No compiled archives bundled in source archive. > > [ ] Can compile from source. > > +1 > > I wasn’t able to compile to source kogito-images and kie-tools > > Kogito-apps required this property when having podman instead of docker > installed: > > ``` > -Djib.dockerClient.executable=$(which podman) > ``` > > Kie-tools failed badly on the formatting - I’m not using Go 1.21.9 as > requested, but 1.23.1 > > In addition to make the compilation started on the Mac, I also had to > install > > `brew install helm-docs` > > And go imports which is not included while installing go with `brew > install go` > > `go install golang.org/x/tools/cmd/goimports@latest` > <http://golang.org/x/tools/cmd/goimports@latest> < > http://golang.org/x/tools/cmd/goimports@latest%60> > > If needed I can go further, but I trust the compilation done by other > members of the communities on easier configuration, as I’m currently on > macOS 14.7 > > Luca > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@kie.apache.org > For additional commands, e-mail: dev-h...@kie.apache.org > >