Skip to content

Commit

Permalink
Merge pull request #137 from @SEC-RKatayama closing #136
Browse files Browse the repository at this point in the history
Modified Dockerfile to avoid build error
  • Loading branch information
Bckempa authored Apr 30, 2024
2 parents 3bbbaa2 + 28ac779 commit 0117735
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion zynq_rtems/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ RUN mkdir -p /root/rtems/6
ENV PREFIX /root/rtems/6
ENV RTEMS_VERSION 6

ENV LANG C.UTF-8

RUN mkdir -p /root/rtems
WORKDIR /root/rtems

Expand Down Expand Up @@ -77,7 +79,7 @@ RUN ./waf install
WORKDIR /root
RUN git clone https://github.com/eclipse-zenoh/zenoh-pico
RUN mkdir /root/zenoh-pico/build
RUN wget -q https://raw.githubusercontent.com/space-ros/docker/zynq_rtems_zenoh_pico/zynq_rtems/toolchain.cmake -O /root/toolchain.cmake
COPY toolchain.cmake /root
WORKDIR /root/zenoh-pico/build
RUN cmake -DCMAKE_TOOLCHAIN_FILE=/root/toolchain.cmake -DBUILD_SHARED_LIBS=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TOOLS=OFF -DBUILD_TESTING=OFF ..
RUN make
Expand Down

0 comments on commit 0117735

Please sign in to comment.