Skip to content

Commit

Permalink
ci: removes old ptrace hack (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewxhill authored Apr 9, 2020
1 parent a0614c2 commit 58347d7
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,15 @@ jobs:
xcode: "10.2.1"
environment:
GOPATH: /Users/distiller/go
GOROOT: /Users/distiller/gosrc/go
GOROOT: /usr/local/go
steps:
- checkout
- run:
name: install golang
command: |
export GOROOT=/usr/local/go
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
curl -L -o go1.14.2.darwin-amd64.tar.gz https://dl.google.com/go/go1.14.2.darwin-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.14.2.darwin-amd64.tar.gz
cd ~ && mkdir gosrc && cd gosrc
git clone https://github.com/textileio/go.git && cd go
git checkout sander/ptrace-hackery
cd src && ./all.bash
mkdir -p $GOPATH/bin
- restore_cache:
key: go-mod-v1-{{ checksum "go.sum" }}-{{ arch }}
- run:
Expand Down

0 comments on commit 58347d7

Please sign in to comment.