Closed dimakuv closed 4 months ago
Ah, this was a stupid mistake on my side. Looking at the last command in the STDOUT log, it becomes obvious that smth is wrong with llvm-ar
:
$ llvm-ar
Command 'llvm-ar' not found, but can be installed with:
sudo apt install llvm
$ sudo apt install llvm
...
# now build works
Using current
main
commit: 7b7a87388a20a525126b5b9b95a003921b0c90e1Followed the README to prepare the env:
Error and log:
Is this something known? I assume I did something stupid, but can't understand what.