According to https://hydra.gnu.org/build/2447190/nixlog/1/tail-reload
we are getting a time-out during testing of dlang ldc on armhf. I admit 3600s for a test is a bit lengthy ;) How to handle this. Should I just disable this test specifically for armhf? It can be done using a switch (string-prefix? "armhf" (%current-system)) Or should I disable the build for armhf altogether? Pj. --