-
Notifications
You must be signed in to change notification settings - Fork 3
Description
I tried to build panda in mojave and failed quickly for
TASK [install pre-requisites] ******************************************************************
fatal: [localhost]: FAILED! => {"changed": false, "msg": "Updating Homebrew...\nError: No available formula with the name "llvm@3.3" \nError: No previously deleted formula found.\nError: No similarly named formulae found.\n==> Searching taps on GitHub...\nError: No formulae found in taps."}
I downloaded llvm33 binary and retry, and still failed
TASK [install pre-requisites] *****************************************************************************************************
fatal: [localhost]: FAILED! => {"changed": false, "msg": "Error: An exception occurred within a child process:\n FormulaUnavailableError: No available formula with the name "isl@0.18""}
I know I can change the isl version in the playbook, but I was wondering if I missed any steps, since I saw the report that it should be compilable.