I download the repo and used the main branch and I got the error below using the make docker-build command
#16 2654.0 -- Installing: /home/build/rack-plugin-toolchain/local/lib/cmake/llvm/LLVMConfigExtensions.cmake
#16 2654.0 make[1]: Leaving directory '/home/build/rack-plugin-toolchain/osxcross/build/clang-20.1.1/build_stage2'
#16 2654.0
#16 2654.0 Done!
#16 2654.0
#16 2654.0 ## Build osxcross.
#16 2654.0 cp MacOSX12.3.sdk.tar.* osxcross/tarballs/
#16 ERROR: process "/bin/sh -c JOBS=$JOBS make toolchain-mac" did not complete successfully: exit code: 2
------
> [11/16] RUN JOBS= make toolchain-mac:
2654.0 -- Installing: /home/build/rack-plugin-toolchain/local/include/llvm/TargetParser/ARMTargetParserDef.inc
2654.0 -- Installing: /home/build/rack-plugin-toolchain/local/include/llvm/TargetParser/RISCVTargetParserDef.inc
2654.0 -- Installing: /home/build/rack-plugin-toolchain/local/include/llvm/TargetParser/AArch64TargetParserDef.inc
2654.0 -- Installing: /home/build/rack-plugin-toolchain/local/lib/cmake/llvm/LLVMConfigExtensions.cmake
2654.0 make[1]: Leaving directory '/home/build/rack-plugin-toolchain/osxcross/build/clang-20.1.1/build_stage2'
2654.0
2654.0 Done!
2654.0
2654.0 ## Build osxcross.
2654.0 cp MacOSX12.3.sdk.tar.* osxcross/tarballs/
------
Dockerfile:73
--------------------
71 |
72 | # Build toolchains
73 | >>> RUN JOBS=$JOBS make toolchain-mac
74 | RUN JOBS=$JOBS make toolchain-win
75 | RUN JOBS=$JOBS make toolchain-lin
--------------------
ERROR: failed to build: failed to solve: process "/bin/sh -c JOBS=$JOBS make toolchain-mac" did not complete successfully: exit code: 2
View build details: docker-desktop://dashboard/build/desktop-linux/desktop-linux/jokcuvj6zver446leeuj9a6pn
I download the repo and used the main branch and I got the error below using the
make docker-buildcommand