Skip to content

Commit 648ca23

Browse files
committed
Turn off Inline::Python
The documentation build is segfaulting again and we'll have to settle for the slower shell version until I::P works stably again.
1 parent a161fe0 commit 648ca23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/update-and-sync

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ else
2121
exec >$LOGFILE 2>&1
2222
# if the htmilfy fails, sync the build log.
2323
# since sync-build-log returns false, not the whole thing is synced
24-
time ./htmlify.p6 || ./util/sync-build-log
24+
time ./htmlify.p6 --no-inline-python || ./util/sync-build-log
2525
./util/sync
2626
fi
2727

0 commit comments

Comments
 (0)