From 7ec8c6b8e21d394a997579c16bd8e2d9c2740f39 Mon Sep 17 00:00:00 2001 From: webbuilder_pel7ppc64bebuilder0 Date: Wed, 17 Apr 2019 17:10:31 +0200 Subject: [PATCH] mattermost-plugin-github remove -race for ppc64 Signed-off-by: webbuilder_pel7ppc64bebuilder0 --- SPECS/mattermost-plugin-github.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/SPECS/mattermost-plugin-github.spec b/SPECS/mattermost-plugin-github.spec index 172edca..dcaebd4 100644 --- a/SPECS/mattermost-plugin-github.spec +++ b/SPECS/mattermost-plugin-github.spec @@ -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