Disable ccache to fix build error

This commit is contained in:
wk333 2023-11-28 20:09:59 +08:00
parent 77db3d9f2b
commit 1598c62a6a

View File

@ -11,7 +11,7 @@
%global __with_wxwidgets 1 %global __with_wxwidgets 1
Name: erlang Name: erlang
Version: 21.3.3 Version: 21.3.3
Release: 2 Release: 3
Summary: General-purpose programming language and runtime environment Summary: General-purpose programming language and runtime environment
License: ASL 2.0 License: ASL 2.0
URL: https://www.erlang.org URL: https://www.erlang.org
@ -627,6 +627,7 @@ pushd xemacs-erlang
%{_xemacs_bytecompile} *.el %{_xemacs_bytecompile} *.el
popd popd
%endif %{__with_xemacs} %endif %{__with_xemacs}
export CCACHE_DISABLE=1
make %{?_smp_mflags} make %{?_smp_mflags}
%if %{with doc} %if %{with doc}
%ifnarch ppc %{power64} %ifnarch ppc %{power64}
@ -1723,6 +1724,9 @@ useradd -r -g epmd -d /dev/null -s /sbin/nologin \
%endif %endif
%changelog %changelog
* Tue Nov 28 2023 wangkai <13474090681@163.com> - 21.3.3-3
- Disable ccache to fix build error
* Mon Mar 29 2021 weishengjing <weishengjing1@huawei.com> - 21.3.3-2 * Mon Mar 29 2021 weishengjing <weishengjing1@huawei.com> - 21.3.3-2
- Support parallel compilation - Support parallel compilation