Closed mPorhel closed 1 year ago
Hi @mPorhel. Thanks for reporting the issue! As you mentioned, the .ONESHELL
option has been introduced in version 3.82
of Make. macOS
ships with 3.81
per default (which is a version from 2006). I've added the minimum version to the README
in the referenced commit.
With GNU Make 4.4 (installed with brew install make
and then deployed to replace with 4.4 by adding export PATH="/usr/local/opt/make/libexec/gnubin:$PATH"
in .zshrc
The loop issue is solved
make[2]: Entering directory 'xxx'
...
make[2]: Leaving directory 'xxx'
``
`
I might open further issues regarding the status of my next trials.
Regards
Hello,
I tried to deploy the fresh v2.1.0 yesterday evening on macOS Ventura 13.1 (intel), GNU Make 3.81. (fresh clone, submodules on the expected commit, correct file permissions)
I got errors the following error at deploy/deploy-t4c steps (with versions set to 5.2.0 or 5.2.0/6.0.0):
Fast try to avoid the error seems to work by removing the loop and the call to $(CAPELLA_DOCKERIMAGES) :