Skip to content

Commit

Permalink
Merge pull request #43 from epics-containers/RTEMS6
Browse files Browse the repository at this point in the history
update to latest rtems-bsp 6.1ec4
  • Loading branch information
gilesknap authored Feb 16, 2025
2 parents 7d0aeba + 6bd8a37 commit c019a6d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
- epics-target: RTEMS-beatnik
epics-host: linux-x86_64
name: epics-base-rtems-beatnik
base_image: ghcr.io/epics-containers/rtems-beatnik-runtime:6.1ec3
# NOTE: when changing this - also change it in '/build'
base_image: ghcr.io/epics-containers/rtems-beatnik-runtime:6.1ec4
platform: linux/amd64

# cross compile to arm64
Expand Down
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,8 @@ RUN make -C ${EPICS_BASE} -j $(nproc); make -C ${EPICS_BASE} clean
RUN bash ${EPICS_ROOT}/scripts/make_pvxs.sh
ENV PATH=${EPICS_ROOT}/pvxs/bin/${EPICS_HOST_ARCH}:${PATH}

# create a virtual environment to be used by IOCs to install ibek
# except when based on the RTEMS BSP image which supplies /venv
RUN ! test -d /venv && python3 -m venv /venv
# create a venv for IOCs to install ibek
RUN python3 -m venv /venv

##### runtime preparation stage ################################################
FROM developer AS runtime_prep
Expand Down
2 changes: 1 addition & 1 deletion build
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ TARGET=${TARGET:-developer}
TAG=${TAG:-ec_test}

if [ "$T_A" = "RTEMS-beatnik" ]; then
base="ghcr.io/epics-containers/rtems-beatnik-runtime:6.1ec1"
base="ghcr.io/epics-containers/rtems-beatnik-runtime:6.1ec4"
else
base="ubuntu:24.04"
fi
Expand Down

0 comments on commit c019a6d

Please sign in to comment.