Emacs bugs out while installing from a local repo in -batch mode
Opened this issue · 0 comments
JAremko commented
There is a bug with installing packages from a local repo in -batch
mode. It sometimes occurs on different platforms and Emacs versions.
Logs:
https://github.com/syl20bnr/spacemacs/pull/13927/checks?check_run_id=1082259820#step:7:2228
https://github.com/syl20bnr/spacemacs/pull/13930/checks?check_run_id=1087680209#step:7:1964
I think it is async-bytecomp
related because adding this code:
(with-eval-after-load 'async-bytecomp
(setq async-bytecomp-allowed-packages nil))
Seems to fix the heisenbug.