Skip to content

Commit

Permalink
explicit install of proxy python package
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Mar 20, 2024
1 parent 9e97788 commit 75f6645
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 24 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ COPY ioc ${SOURCE_FOLDER}/ioc
RUN cd ${IOC} && ./install.sh && make

# install runtime proxy for non-native builds
RUN bash ${IOC}/install_proxy.sh
RUN if [ EPICS_TARGET_ARCH != "linux_x86-64" ] ; then \
pip install rtems-proxy==0.2.2 fi

##### runtime preparation stage ################################################
FROM developer AS runtime_prep
Expand Down
23 changes: 0 additions & 23 deletions ioc/install_proxy.sh

This file was deleted.

0 comments on commit 75f6645

Please sign in to comment.