mattermost-plugin-welcomebot remove race for ppc64
Signed-off-by: webbuilder_pel7ppc64bebuilder0 <webbuilder@powerel.org>master
parent
2133d27ebd
commit
384aa71f25
|
@ -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…
Reference in New Issue