diff --git a/tinygo.spec b/tinygo.spec index 7b3ea09..22da6a7 100644 --- a/tinygo.spec +++ b/tinygo.spec @@ -29,7 +29,7 @@ tools. Based on LLVM.} #global gosupfiles lib/CMSIS/CMSIS/Include/*.h lib/compiler-rt/lib/builtins/*/*.S lib/nrfx/mdk/*.{ld,S} src/examples/wasm/*/*.js targets/*.{js,json,ld,S} Name: tinygo -Release: 2%{?dist} +Release: 3%{?dist} Summary: Go compiler for small places # Main files: BSD @@ -166,7 +166,7 @@ export TINYGOROOT=%{buildroot}%{tinygoroot} export GOPATH=%{buildroot}%{tinygoroot} # Fedora LLVM doesn't support AVR yet, so don't run full suite. # https://bugzilla.redhat.com/show_bug.cgi?id=1718492 -PATH=%{buildroot}%{_bindir}:$PATH make smoketest AVR=0 RISCV=0 +PATH=%{buildroot}%{_bindir}:$PATH make smoketest AVR=0 %gocheck -v -d tests/tinygotest %endif @@ -186,6 +186,9 @@ PATH=%{buildroot}%{_bindir}:$PATH make smoketest AVR=0 RISCV=0 %changelog +* Tue Feb 11 2020 Elliott Sales de Andrade - 0.11.0-3 +- Enable RISCV tests + * Mon Feb 10 2020 Elliott Sales de Andrade - 0.11.0-2 - Fix setting of TINYGOROOT to point to packaged version