Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Paul Cochrane committed Feb 23, 2015
1 parent a161fe0 commit 648ca23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/update-and-sync
Expand Up @@ -21,7 +21,7 @@ else
exec >$LOGFILE 2>&1
# if the htmilfy fails, sync the build log.
# since sync-build-log returns false, not the whole thing is synced
time ./htmlify.p6 || ./util/sync-build-log
time ./htmlify.p6 --no-inline-python || ./util/sync-build-log
./util/sync
fi

Expand Down

0 comments on commit 648ca23

Please sign in to comment.