Skip to content

Commit

Permalink
Merge pull request #536 from anandrgitnirman/license
Browse files Browse the repository at this point in the history
  • Loading branch information
anandrgitnirman authored Apr 5, 2021
2 parents 823da18 + fc69353 commit ed619c4
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions scripts/build-xgo
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,12 @@ fi
# Make sure we have xgo
go get -u github.com/karalabe/xgo

# Apply patch for OSX, Go 1.10 and old notify version
# https://stackoverflow.com/questions/54064293/cannot-use-nil-as-type-ctype-cfallocatorref-in-argument-to-func-literal
# Can be removed if we upgrade notify (which probably requires upgrading go-ethereum etc.)
pushd vendor/github.com/rjeczalik/notify
patch -N < $PARENT_PATH/scripts/watcher_fsevents_cgo.go.patch || true
popd


mkdir -p build

# Stuck on Go 1.10.x until https://github.com/singnet/snet-daemon/issues/201 is resolved.
GO_VERSION=1.10.x
GO_VERSION=1.13.x

# All targets compiled when Joel tried (2019-March), but we probably don't want to build them all!
#TARGETS=*/*
Expand Down

0 comments on commit ed619c4

Please sign in to comment.