Skip to content

Commit 30c32eb

Browse files
committed
Test with other linux distros with new tests
We'll need to start with multiple clean images in future tests so we now skip certain tests to keep a "clean" image for certain tests and test in other matrix jobs. The intent was to both extend the tests and test with different distrobutions: - Alpine fails on running bats, - Fedora has issues with building `runpipe` so fails on `make judgehost` - Arch needs another package manager to install certain libraries (so is left for another PR). - OpenSUSE lacks some libraries. The pre-work is already done to start using those images.
1 parent 7669641 commit 30c32eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/jobs/configure-checks/distclean.bats

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,8 @@ build_default() {
283283
echo "# Lost $af" >&3
284284
fi
285285
done
286-
run make clean
287-
assert_success
286+
#run make clean
287+
#assert_success
288288
run make distclean
289289
assert_success
290290
after_clean_files=$(find . -type f)

0 commit comments

Comments
 (0)