chore: remove cmake due to CI error and skip tests and benchmarks on draft pull requests (#339)

This commit is contained in:
Vinh Trịnh
2025-09-03 15:56:09 +07:00
committed by GitHub
parent 9da80dd807
commit 7c801a804e
2 changed files with 22 additions and 9 deletions

View File

@@ -13,7 +13,7 @@ endif
installdeps: .pre-build
ifeq ($(shell uname),Darwin)
@brew install cmake ninja binaryen
@brew install ninja binaryen
else ifeq ($(shell uname),Linux)
@if [ -f /etc/os-release ] && grep -q "ID=nixos" /etc/os-release; then \
echo "Detected NixOS, skipping apt-get installation."; \