You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Download the latest released artifact in [Stemcell Automation Github Repo](https://github.com/cloudfoundry-incubator/bosh-windows-stemcell-automation/releases)
196
-
- Use the command with providing the corresponding values for the Stemcell Version you would like to build and the Stemcell Automation package you downloaded from the previous step - `make STEMCELL_VERSION=STEMCELL-VERSION AUTOMATION_PATH=PathToStemcellAutomationZip build` to build stembuild for MacOS.
197
-
200
+
- Install the [greenhouse-dotfiles](https://github.com/pivotal-cf/greenhouse-dotfiles#greenhouse-dotfiles). Ensure your `./bash_profile` is pointing to the `bash_profile` file downloaded from greenhouse by running `ls -al $HOME`. Repoint it if necessary and then install again.
201
+
- Manually download the `ginkgo` and `go-bindata` libraries
202
+
```
203
+
go get -u github.com/jteeuwen/go-bindata/...
204
+
go get github.com/onsi/ginkgo/ginkgo
205
+
go get github.com/onsi/gomega/...
206
+
```
207
+
- Use the command with providing the corresponding values for the Stemcell Version you would like to build and the Stemcell Automation package you downloaded from the previous step - `make STEMCELL_VERSION=StemcellVersion AUTOMATION_PATH=PathToStemcellAutomationZip build` to build stembuild for MacOS.
0 commit comments