Browse Source

mattermost-plugin-welcomebot remove race for ppc64

Signed-off-by: webbuilder_pel7ppc64bebuilder0 <webbuilder@powerel.org>
master
webbuilder_pel7ppc64bebuilder0 5 years ago
parent
commit
384aa71f25
  1. 3
      SPECS/mattermost-plugin-welcomebot.spec

3
SPECS/mattermost-plugin-welcomebot.spec

@ -32,6 +32,9 @@ git clone https://github.com/mattermost/mattermost-plugin-welcomebot @@ -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



Loading…
Cancel
Save