golang: speed up build progress
Signed-off-by: DCCooper <1866858@gmail.com> (cherry picked from commit 0953db6ef4af5a7e8042faf6d99801bd08e10815)
This commit is contained in:
parent
eebc14f31d
commit
e0760c442c
@ -62,7 +62,7 @@
|
|||||||
|
|
||||||
Name: golang
|
Name: golang
|
||||||
Version: 1.15.7
|
Version: 1.15.7
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: The Go Programming Language
|
Summary: The Go Programming Language
|
||||||
License: BSD and Public Domain
|
License: BSD and Public Domain
|
||||||
URL: https://golang.org/
|
URL: https://golang.org/
|
||||||
@ -342,7 +342,7 @@ export GO_TEST_TIMEOUT_SCALE=2
|
|||||||
%if %{fail_on_tests}
|
%if %{fail_on_tests}
|
||||||
echo tests ignored
|
echo tests ignored
|
||||||
%else
|
%else
|
||||||
./run.bash --no-rebuild -v -v -v -k || :
|
./run.bash --no-rebuild -v -v -v -k go_test:testing || :
|
||||||
%endif
|
%endif
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
@ -381,6 +381,9 @@ fi
|
|||||||
%files devel -f go-tests.list -f go-misc.list -f go-src.list
|
%files devel -f go-tests.list -f go-misc.list -f go-src.list
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jan 28 2021 xingweizheng <xingweizheng@huawei.com> - 1.15.7-1
|
||||||
- upgrade to 1.15.7
|
- upgrade to 1.15.7
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user