index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Tasos Sahanidis <tasos@tasossah.com> | 2024-05-04 12:53:33 +0300 |
---|---|---|
committer | Tasos Sahanidis <tasos@tasossah.com> | 2024-05-04 12:53:33 +0300 |
commit | 63f20943f0fa9e884c13a4318ae6db1de75dc6a1 (patch) | |
tree | c0fae544bd3301f9369c721cb49132f6167bd732 | |
parent | 7f16f143bd3661a9420a9ba0646481b5854a1932 (diff) |
-rwxr-xr-x | conf/slave.conf.example | 3 | ||||
-rwxr-xr-x | lib/load-configuration | 3 |
diff --git a/conf/slave.conf.example b/conf/slave.conf.example index f378935..ef742a9 100755 --- a/conf/slave.conf.example +++ b/conf/slave.conf.example @@ -25,7 +25,8 @@ # ':mirrored_source_by_hash:' \ # ':clean_chroot:haskell_without_check:' \ # ':with_build_support:' \ -# ':with_build_support:clean_chroot:' +# ':with_build_support:clean_chroot:' \ +# ':with_build_support:haskell_without_check:' #) # commands to run to update the i686 package mirror used for installing i686 packages, diff --git a/lib/load-configuration b/lib/load-configuration index e7af638..94ec6d9 100755 --- a/lib/load-configuration +++ b/lib/load-configuration @@ -102,7 +102,8 @@ straws_that_might_repair_failing_builds=$( ':mirrored_source_by_hash:' \ ':clean_chroot:haskell_without_check:' \ ':with_build_support:' \ - ':with_build_support:clean_chroot:' + ':with_build_support:clean_chroot:' \ + ':with_build_support:haskell_without_check:' ) # root directory of the webserver |