mirror of
https://github.com/vacp2p/zerokit.git
synced 2026-01-08 21:28:11 -05:00
chore: remove cmake due to CI error and skip tests and benchmarks on draft pull requests (#339)
This commit is contained in:
2
Makefile
2
Makefile
@@ -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."; \
|
||||
|
||||
Reference in New Issue
Block a user