We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10076ab commit d4314f1Copy full SHA for d4314f1
Dockerfile
@@ -43,12 +43,12 @@ RUN cd /tools && \
43
44
ENV OPENOCD_PATH="/tools/openocd"
45
46
-RUN mkdir -p /tools/cmocka
47
-RUN cd /tools/cmocka && \
48
- wget https://cmocka.org/files/1.1/cmocka-1.1.7.tar.xz && \
49
- tar -xvf cmocka-1.1.7.tar.xz && \
50
- cd cmocka-1.1.7 && mkdir -p build && cd build && \
51
- cmake .. && make && make install
+# RUN mkdir -p /tools/cmocka
+# RUN cd /tools/cmocka && \
+# wget https://cmocka.org/files/1.1/cmocka-1.1.7.tar.xz && \
+# tar -xvf cmocka-1.1.7.tar.xz && \
+# cd cmocka-1.1.7 && mkdir -p build && cd build && \
+# cmake .. && make && make install
52
53
RUN mkdir runner
54
RUN cd runner && \
0 commit comments