Skip to content

Commit

Permalink
Remove incorrect settings from macOS instructions
Browse files Browse the repository at this point in the history
Running -j8 for all make invocations regardless of which is a good way
to cause spectacular failures in installcheck-world testing, so remove
the setting. Also remove the link to workstation-setup repo as it's not
helpful for non-Pivotal hackers.

Reviewed-by: Jacob Champion <[email protected]>
  • Loading branch information
danielgustafsson committed Sep 22, 2018
1 parent 984cd3b commit 7f097b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
7 changes: 0 additions & 7 deletions README.macOS.bash
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,5 @@ export GOPATH=\$HOME/go
export PATH=\$HOME/go/bin:\$PATH
EOF

# Step: speed up compile time (optional)
cat >> ~/.bashrc << EOF
# This assumes that the macOS machine has 8 threads
export MAKEFLAGS='-j8'
EOF

# Step: install any optional tools
brew install gdb
4 changes: 1 addition & 3 deletions README.macOS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
We've confirmed that these steps work on a brand new installation of macOS
Sierra or a brand new installation of macOS Sierra with [Pivotal's
workstation-setup](https://github.com/pivotal/workstation-setup)

Sierra.

## 1. Install needed dependencies

Expand Down

0 comments on commit 7f097b8

Please sign in to comment.