mattermost-plugin-github remove -race for ppc64

Signed-off-by: webbuilder_pel7ppc64bebuilder0 <webbuilder@powerel.org>
master
webbuilder_pel7ppc64bebuilder0 2019-04-17 17:10:31 +02:00
parent 818efb331c
commit 7ec8c6b8e2
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ git clone https://github.com/mattermost/mattermost-plugin-github
export GOPATH=`pwd`
export PATH="bin:"$PATH
cd src/github.com/mattermost/mattermost-plugin-github
sed 's/-race//' -i Makefile
make