Revert "scheduler: only split upgrades if a conflicts is found"
This causes frequent segmentation faults if the code is reached.
It was never reached due to inverted logic fixed in 7e7c8af752.
This reverts commit db3ff4e131936b8408a7deae3b334de41cfa04ab.
Revert "scheduler: only split upgrades if a conflicts is found"
This causes frequent segmentation faults if the code is reached.
It was never reached due to inverted logic fixed in 7e7c8af752.
This reverts commit db3ff4e131936b8408a7deae3b334de41cfa04ab.
alpine: stop running the test suite
Because the binaries produces on alpines lack some elf notes,
pkg is not able to determine the ABI dynamically and the tests are
failings, never the less keep alpine in the CI to make sure pkg remain
compatible with musl libc.