From 384aa71f25cdbb3b9a3b70d85f0957ec4881a6b6 Mon Sep 17 00:00:00 2001 From: webbuilder_pel7ppc64bebuilder0 Date: Tue, 16 Apr 2019 18:15:56 +0200 Subject: [PATCH] mattermost-plugin-welcomebot remove race for ppc64 Signed-off-by: webbuilder_pel7ppc64bebuilder0 --- SPECS/mattermost-plugin-welcomebot.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SPECS/mattermost-plugin-welcomebot.spec b/SPECS/mattermost-plugin-welcomebot.spec index 10725c7..78ee723 100644 --- a/SPECS/mattermost-plugin-welcomebot.spec +++ b/SPECS/mattermost-plugin-welcomebot.spec @@ -32,6 +32,9 @@ git clone https://github.com/mattermost/mattermost-plugin-welcomebot export GOPATH=`pwd` export PATH="bin:"$PATH cd src/github.com/mattermost/mattermost-plugin-welcomebot +%ifarch ppc64 +sed 's/-race//' -i Makefile +%endif make