Skip to content

Commit

Permalink
base: build epics-base with GCC_PIPE=YES.
Browse files Browse the repository at this point in the history
This can speed up the build by avoiding usage of temporary files.
  • Loading branch information
ericonr committed Nov 30, 2023
1 parent c07047c commit d7067fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base/install_epics.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ set -ex
lnls-get-n-unpack -l https://epics-controls.org/download/base/base-${EPICS_BASE_VERSION}.tar.gz
mv base-${EPICS_BASE_VERSION} ${EPICS_BASE_PATH}

echo GCC_PIPE=YES >> ${EPICS_BASE_PATH}/configure/CONFIG_SITE

patch -d ${EPICS_BASE_PATH} -Np1 < backport-epics-base-musl.patch

install_module base EPICS_BASE

0 comments on commit d7067fe

Please sign in to comment.