summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-06-24 15:35:22 +0200
committerErich Eckner <git@eckner.net>2019-06-24 15:35:22 +0200
commitd7b4746ce14b0b448d56acfe51a3be8719113b3e (patch)
tree04a93efcd9f2330b8e874fe61f783a8ce7e9eac9 /lib
parentfffb7bc6e29d8a92923d70484b5e17cede736065 (diff)
downloadbuilder-d7b4746ce14b0b448d56acfe51a3be8719113b3e.tar.xz
bin/build-packages: :haskell_without_check: should not skip if it's not a haskell-* package - it should rather append a build trial including straw :without_check: if it is such a package
Diffstat (limited to 'lib')
-rwxr-xr-xlib/load-configuration3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/load-configuration b/lib/load-configuration
index 4ad31cf..f327550 100755
--- a/lib/load-configuration
+++ b/lib/load-configuration
@@ -82,8 +82,7 @@ source_by_hash_mirror='https://sources.archlinux32.org/'
straws_that_might_repair_failing_builds=$(
printf '%s\n' \
':mirrored_source:mirrored_source_by_hash:' \
- ':clean_chroot:' \
- ':haskell_without_check:' \
+ ':clean_chroot:haskell_without_check:' \
':with_build_support:' \
':with_build_support:clean_chroot:'
)