This repository has been archived by the owner on Oct 28, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Make macOS CI script pick the right Clang version * Fix 'implicit instantiation of undefined template' error Here is the error: ``` /Users/anton/zilliqa/scilla-rtl/testsuite/ContrTests.cpp:147:23: error: implicit instantiation of undefined template 'std::basic_ofstream<char>' std::ofstream Out(PathPrefix + Input.ExpectedStateFilename); ^ /usr/local/opt/llvm@13/bin/../include/c++/v1/iosfwd:149:32: note: template is declared here class _LIBCPP_TEMPLATE_VIS basic_ofstream; ^ /Users/anton/zilliqa/scilla-rtl/testsuite/ContrTests.cpp:162:23: error: implicit instantiation of undefined template 'std::basic_ofstream<char>' std::ofstream Out(PathPrefix + Input.ExpectedOutputFilename); ^ /usr/local/opt/llvm@13/bin/../include/c++/v1/iosfwd:149:32: note: template is declared here class _LIBCPP_TEMPLATE_VIS basic_ofstream; ^ 2 errors generated. make[3]: *** [testsuite/CMakeFiles/scilla-testsuite.dir/ContrTests.cpp.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [testsuite/CMakeFiles/scilla-testsuite.dir/all] Error 2 make[1]: *** [testsuite/CMakeFiles/runtests.dir/rule] Error 2 make: *** [runtests] Error 2 ```
- Loading branch information