Skip to content

Commit

Permalink
fix ioc build
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Mar 28, 2024
1 parent 2bbaa25 commit c25b40f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,12 @@ RUN motor/install.sh R7-3-1
COPY ibek-support/motorMotorSim/ motorMotorSim/
RUN motorMotorSim/install.sh R1-2

# create IOC source tree, generate Makefile and compile IOC Instance
RUN ibek ioc build
# get the ioc source and build it
COPY ioc ${SOURCE_FOLDER}/ioc
RUN cd ${IOC} && ./install.sh && make

# install runtime proxy for non-native builds
RUN bash ${IOC}/install_proxy.sh

##### runtime preparation stage ################################################
FROM developer AS runtime_prep
Expand Down
2 changes: 1 addition & 1 deletion ibek-support
Submodule ibek-support updated 1 files
+3 −0 asyn/install.sh

0 comments on commit c25b40f

Please sign in to comment.