Skip to content

Commit

Permalink
Temporarily try builds on older macs
Browse files Browse the repository at this point in the history
  • Loading branch information
bkase committed May 17, 2019
1 parent 90d8ab5 commit a1b90f9
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 3 deletions.
19 changes: 18 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,27 @@ jobs:

build-wallet:
macos:
xcode: "10.2.0"
xcode: "10.0.0"
steps:
- checkout
- run: git submodule sync && git submodule update --init --recursive
- run:
name: Make /nix paths
command: |
sudo mkdir /nix
sudo chown distiller /nix
- run: git submodule sync && git submodule update --init --recursive
- run:
name: Download Deps -- make macos-setup-download
command: ./scripts/skip_if_only_frontend.sh make macos-setup-download
- run:
name: Compile Deps -- make macos-setup-compile
command: ./scripts/skip_if_only_frontend.sh make macos-setup-compile
- run:
name: Make dist
command: make macos-dist


- run: cd frontend/wallet && yarn
- run:
name: Lint wallet
Expand Down
19 changes: 18 additions & 1 deletion .circleci/config.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,27 @@ jobs:

build-wallet:
macos:
xcode: "10.2.0"
xcode: "10.0.0"
steps:
- checkout
- run: git submodule sync && git submodule update --init --recursive
- run:
name: Make /nix paths
command: |
sudo mkdir /nix
sudo chown distiller /nix
- run: git submodule sync && git submodule update --init --recursive
- run:
name: Download Deps -- make macos-setup-download
command: ./scripts/skip_if_only_frontend.sh make macos-setup-download
- run:
name: Compile Deps -- make macos-setup-compile
command: ./scripts/skip_if_only_frontend.sh make macos-setup-compile
- run:
name: Make dist
command: make macos-dist


- run: cd frontend/wallet && yarn
- run:
name: Lint wallet
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -260,4 +260,4 @@ ml-docs:
# unless there is a reason not to.
# https://www.gnu.org/software/make/manual/html_node/Phony-Targets.html
# HACK: cat Makefile | egrep '^\w.*' | sed 's/:/ /' | awk '{print $1}' | grep -v myprocs | sort | xargs
.PHONY: all base-docker base-googlecloud base-minikube build check-format ci-base-docker clean codaslim containerstart deb dev codabuilder kademlia coda-docker coda-googlecloud coda-minikube ocaml407-googlecloud pull-ocaml407-googlecloud reformat test test-all test-coda-block-production-sig test-coda-block-production-stake test-codapeers-sig test-codapeers-stake test-full-sig test-full-stake test-runtest test-transaction-snark-profiler-sig test-transaction-snark-profiler-stake update-deps render-circleci check-render-circleci docker-toolchain-rust toolchains doc_diagrams ml-docs macos-setup macos-setup-download macos-setup-compile
.PHONY: all base-docker base-googlecloud base-minikube build check-format ci-base-docker clean codaslim containerstart deb dev codabuilder kademlia coda-docker coda-googlecloud coda-minikube ocaml407-googlecloud pull-ocaml407-googlecloud reformat test test-all test-coda-block-production-sig test-coda-block-production-stake test-codapeers-sig test-codapeers-stake test-full-sig test-full-stake test-runtest test-transaction-snark-profiler-sig test-transaction-snark-profiler-stake update-deps render-circleci check-render-circleci docker-toolchain-rust toolchains doc_diagrams ml-docs macos-setup macos-setup-download macos-setup-compile macos-dist

0 comments on commit a1b90f9

Please sign in to comment.