community/hare: run tests stateless & enable tests on aarch64
something similar was introduced in 381364e1 and later removed in !61207 (merged), perhaps this will fix the issues on the aarch64
package builder
- HARECACHE is hard-coded for the build, but hare-build(1) defaults for the tests, set HARECACHE in check() to avoid re-use of old cache
-
rebuild to make sure this is the right fix@kdaudt tested it for us - move copying of config to prepare() & other minor cleanup
Edited by omni