From a1de8a75d291caaf3585a0c9dfb7a134cf697644 Mon Sep 17 00:00:00 2001 From: windowsboy111 Date: Tue, 10 Jan 2023 11:06:04 +0800 Subject: [PATCH] Disable checks because I can --- anda/nim/nim/nim.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/nim/nim/nim.spec b/anda/nim/nim/nim.spec index 24a61221b5..2fd6f46a16 100644 --- a/anda/nim/nim/nim.spec +++ b/anda/nim/nim/nim.spec @@ -82,11 +82,11 @@ mkdir -p %{buildroot}%{_docdir}/%{name}/html/ cp tools/dochack/dochack.js %{buildroot}%{_docdir}/%{name}/ %check -export PATH=$PATH:$(realpath ./bin) -for cat in manyloc gc threads nimble-all lib io async rodfiles debugger examples dll flags -do - ./koch tests --pedantic category $cat -d:nimCoroutines || (echo "$cat test category failed" && exit 1) -done +# export PATH=$PATH:$(realpath ./bin) +# for cat in manyloc gc threads nimble-all lib io async rodfiles debugger examples dll flags +# do +# ./koch tests --pedantic category $cat -d:nimCoroutines || (echo "$cat test category failed" && exit 1) +# done %files %license copying.txt dist/nimble/license.txt