diff --git a/clang.spec b/clang.spec index fc575ee18f9c0296268135fb92962bd7ddd1f073..d0e1c7c5ab689c496edb8102e74a38eda1283b21 100644 --- a/clang.spec +++ b/clang.spec @@ -1,4 +1,4 @@ -%define anolis_release 8 +%define anolis_release 9 %global toolchain clang @@ -398,7 +398,7 @@ ln -s %{_datadir}/clang/clang-format-diff.py %{buildroot}%{_bindir}/clang-format ExtraToolsUnitTests ClangdUnitTests ClangIncludeCleanerUnitTests ClangPseudoUnitTests # requires lit.py from LLVM utilities # FIXME: Fix failing ARM tests -LD_LIBRARY_PATH=%{buildrioot}/%{_libdir} %{__ninja} check-all -C %{__cmake_builddir} || \ +LD_LIBRARY_PATH=%{buildroot}/%{_libdir} %{__ninja} check-all -C %{__cmake_builddir} || \ %ifarch riscv64 : %else @@ -511,6 +511,9 @@ false %{python3_sitelib}/clang/ %changelog +* Thu Jul 31 2025 Huanyu Li - 17.0.6-9 +- Fix typo in spec file + * Fri May 30 2025 Yihao Yan - 17.0.6-8 - ignore check fail for riscv64