Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
reduce CORES to 8
  • Loading branch information
Charlie Somerville committed Aug 9, 2013
commit fed81cef7d7d3739056356173218d9e8d9089fd7
2 changes: 1 addition & 1 deletion script/cibuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash -xe

if [ -z "$CORES" ]; then
CORES=64
CORES=8
fi

git clean -f -x
Expand Down