!33 [sync] PR-32: golang: speed up build progress

From: @openeuler-sync-bot
Reviewed-by: @jing-rui
Signed-off-by: @jing-rui
This commit is contained in:
openeuler-ci-bot 2021-04-16 16:28:44 +08:00 committed by Gitee
commit 5684cc52d7

View File

@ -62,7 +62,7 @@
Name: golang
Version: 1.15.7
Release: 1
Release: 2
Summary: The Go Programming Language
License: BSD and Public Domain
URL: https://golang.org/
@ -342,7 +342,7 @@ export GO_TEST_TIMEOUT_SCALE=2
%if %{fail_on_tests}
echo tests ignored
%else
./run.bash --no-rebuild -v -v -v -k || :
./run.bash --no-rebuild -v -v -v -k go_test:testing || :
%endif
cd ..
@ -381,6 +381,9 @@ fi
%files devel -f go-tests.list -f go-misc.list -f go-src.list
%changelog
* Thu Apr 15 2021 lixiang <lixiang172@huawei.com> - 1.15.7-2
- speed up build progress
* Thu Jan 28 2021 xingweizheng <xingweizheng@huawei.com> - 1.15.7-1
- upgrade to 1.15.7