From c393299e37f114e1f6ab02cba8c6aec9edd1341b Mon Sep 17 00:00:00 2001 From: Giles Knap Date: Wed, 28 Feb 2024 16:53:42 +0000 Subject: [PATCH] use stripped rtems BSP --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index dc32ad0..95e388b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -81,8 +81,8 @@ ENV RTEMS_BASE=${RTEMS_TOP_FOLDER}/rtems/${RTEMS_VERSION}/ ENV EPICS_BASE_SRC=https://github.com/kiwichris/epics-base.git ENV EPICS_VERSION=rtems-legacy-net-support -# pull in RTEMS BSP -COPY --from=ghcr.io/epics-containers/rtems6-powerpc-linux-developer:6.2rc1 ${RTEMS_BASE} ${RTEMS_BASE} +# pull in RTEMS BSP (stripped version because otherwise it is too large) +COPY --from=ghcr.io/epics-containers/rtems6-powerpc-linux-runtime:6.2rc1 ${RTEMS_BASE} ${RTEMS_BASE} ##### shared build stage #######################################################