Skip to content

Commit

Permalink
Revert "toolchain: remove elpa parallel build issue workaround"
Browse files Browse the repository at this point in the history
Parallel build is still broken for ELPA, even with version 2020.05.001.
For now, stick to non-parallel build.

This reverts commit 1bfbee4.
  • Loading branch information
michaellass authored and oschuett committed Aug 14, 2020
1 parent d9a7f71 commit bdf17ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/toolchain/scripts/install_elpa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ source "${INSTALLDIR}"/toolchain.env
ELPA_CFLAGS=''
ELPA_LDFLAGS=''
ELPA_LIBS=''
ELPA_MAKEOPTS=''
# ELPA 2019.05.001 has a parallel build issue, restricting to -j1
ELPA_MAKEOPTS='-j1'

! [ -d "${BUILDDIR}" ] && mkdir -p "${BUILDDIR}"
cd "${BUILDDIR}"
Expand Down

0 comments on commit bdf17ae

Please sign in to comment.