File tree Expand file tree Collapse file tree
profiling/profiles/profiling1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141CB_IPREFIX: =freeradius40x-build
4242CB_CPREFIX: =fr40x-crossbuild-
4343
44- PROFILE ?= valgrind-callgrind
44+ PROFILE ?= profiling1
4545
4646#
4747# This Makefile is included in-line, and not via the "boilermake"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM ${from}
44# Copy profiling profile scripts into the container
55COPY scripts/docker/profiling/profiles/PROFILE_NAME /profiling
66
7- RUN /profiling/configure-cmd
7+ RUN /profiling/configure.sh
88RUN make
99RUN make install
1010
@@ -14,4 +14,4 @@ RUN chmod +x docker-entrypoint.sh
1414
1515EXPOSE 1812/udp 1813/udp
1616ENTRYPOINT [ "/docker-entrypoint.sh"]
17- CMD [ "/profiling/startprofiling-cmd "]
17+ CMD [ "/profiling/start.sh "]
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments