Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
22 lines
556 B
Diff
22 lines
556 B
Diff
diff -Naur bmake-old/boot-strap bmake-new/boot-strap
|
|
--- bmake-old/boot-strap 2024-03-10 14:51:10.000000000 -0300
|
|
+++ bmake-new/boot-strap 2024-05-30 21:49:13.689803511 -0300
|
|
@@ -435,9 +435,6 @@
|
|
[ -s make-bootstrap.sh ] || op_configure
|
|
chmod 755 make-bootstrap.sh || exit 1
|
|
./make-bootstrap.sh || exit 1
|
|
- case "$op" in
|
|
- build) rm -f tested; op_test;;
|
|
- esac
|
|
}
|
|
|
|
op_test() {
|
|
@@ -461,7 +458,6 @@
|
|
}
|
|
|
|
op_install() {
|
|
- op_test
|
|
case "$INSTALL_PREFIX,$INSTALL_BIN,$prefix" in
|
|
,$HOST_TARGET/bin,*/$HOST_TARGET)
|
|
INSTALL_PREFIX=`dirname $prefix`
|