Skip to content

Commit

Permalink
Don't test on Azure macOS, xerrors issue due to Go version:
Browse files Browse the repository at this point in the history
  • Loading branch information
mratsim committed Feb 6, 2020
1 parent 239da1a commit db5f26e
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,12 @@ strategy:
# PLATFORM: x86
# TEST_LANG: c

MacOS_64bit:
VM: 'macOS-10.14'
PLATFORM: x64
WEAVE_TEST_LANG: c
# TODO: go version on Azure is problematic,
# we have xerrors package issue
# MacOS_64bit:
# VM: 'macOS-10.14'
# PLATFORM: x64
# WEAVE_TEST_LANG: c

pool:
vmImage: $(VM)
Expand Down Expand Up @@ -160,6 +162,8 @@ steps:
- bash: |
# install and build go-libp2p-daemon
go version
echo "##vso[task.prependpath]$(GOPATH)/bin"
curl -O -L -s -S https://raw.githubusercontent.com/status-im/nimbus-build-system/master/scripts/build_p2pd.sh
bash build_p2pd.sh p2pdCache
Expand Down

0 comments on commit db5f26e

Please sign in to comment.