You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was running the setup-macos.sh script after rebasing to the latest. The install_build_prerequisites method has /usr/local/bin/ path hardcoded to check for ccache. This fails on Mac M1.
System information
Velox System Info v0.0.2
Commit: 01f6fe7e236a890348e04209307c72d5f3386227
CMake Version: 3.30.5
System: Darwin-23.5.0
Arch: arm64
C++ Compiler: /Library/Developer/CommandLineTools/usr/bin/c++
C++ Compiler Version: 15.0.0.15000309
C Compiler: /Library/Developer/CommandLineTools/usr/bin/cc
C Compiler Version: 15.0.0.15000309
CMake Prefix Path: /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr;/opt/homebrew;/usr/local;/usr;/;/opt/homebrew/Cellar/cmake/3.30.5;/usr/local;/usr/X11R6;/usr/pkg;/opt;/sw;/opt/local
Problem description
I was running the setup-macos.sh script after rebasing to the latest. The
install_build_prerequisites
method has /usr/local/bin/ path hardcoded to check for ccache. This fails on Mac M1.System information
Velox System Info v0.0.2
Commit: 01f6fe7e236a890348e04209307c72d5f3386227
CMake Version: 3.30.5
System: Darwin-23.5.0
Arch: arm64
C++ Compiler: /Library/Developer/CommandLineTools/usr/bin/c++
C++ Compiler Version: 15.0.0.15000309
C Compiler: /Library/Developer/CommandLineTools/usr/bin/cc
C Compiler Version: 15.0.0.15000309
CMake Prefix Path: /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr;/opt/homebrew;/usr/local;/usr;/;/opt/homebrew/Cellar/cmake/3.30.5;/usr/local;/usr/X11R6;/usr/pkg;/opt;/sw;/opt/local
CMake log
On Velox build, this error is ignored and proceeds to next steps. But on Prestissimo, setup fails at this point.
The text was updated successfully, but these errors were encountered: