Running the verification script

This commit is contained in:
Святослав 2021-03-20 00:18:13 +00:00
parent f6782242a8
commit f52783aa30

View file

@ -510,7 +510,7 @@ install artifacts/%{runtime_arch}/Release/Private.SourceBuilt.Artifacts.*.tar.gz
# because native binaries are stripped by rpm-build after %%install.
# So we need to do this check earlier.
echo "Testing build results for debug symbols..."
%{SOURCE1} -v %{buildroot}%{_libdir}/dotnet/
%{__python3} %{SOURCE1} -v %{buildroot}%{_libdir}/dotnet/
%check