Daniel Bast
Daniel Bast
@rschauner Please remove all the comment lines in meta.yaml/bld.bat/build.sh (except the cran-metadata at the end of meta.yaml) and add back the extra/recipe-maintainers section ... recipe maintainer does not necessarily mean...
Merging requires retriggering the builds in the created feedstocks in the right order as they depend on each other.
Nothing to do right now. Only after the merge and feedstock creation. Will have a look later
This should be fixed by #58 now released in v1.0.8. scalac-scapegoat-plugin is not included by assembly anymore.
Hey, just some heads up... merged lots of PRs in the last days. Will look into that topic and the existing PR for it next.
Investigated this and `/usr/libexec/qemu-binfmt/aarch64-binfmt-P` is a symlink to `/usr/bin/qemu-aarch64-static`. So the solution is to evaluate symlinks when checking for file existence. This was fixed and is also tested with vagrant...
@diijkstra Updated the PR to use `ui.Message` instead of `log.Printf` as suggested by mkaczanowski. What about a small example of the use case described here being added to one of...
@cdecoux any idea where to put the binary during CI (no download from release page in that case) so that packer finds it without `packer init`. (That should be possible...
hm... the logs tell, that is actually detected `[DEBUG] Discovered plugin: arm = /home/runner/work/packer-builder-arm/packer-builder-arm/packer-builder-arm`... but then fails with ``` Error: Failed to initialize build "arm" error initializing builder 'arm': plugin...
@cdecoux Finished your PR... fixed the lint findings, added versioning so that `make plugin-check` is happy (also now runs via the CI test flow). Also did a release in my...