Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
desabling paralelism
Browse files Browse the repository at this point in the history
  • Loading branch information
juniorz authored and Reinaldo Junior committed Apr 3, 2014
1 parent 0fb73d8 commit 867554c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Library/Formula/sysdig.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ class Sysdig < Formula
depends_on "cmake" => :build

def install
ENV.deparallelize

mkdir "build" do
system "cmake", "..", *std_cmake_args
system "make", "install"
Expand Down

0 comments on commit 867554c

Please sign in to comment.