mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-27 07:06:42 +00:00
Dockerfile: forcing a particular heaptrack version to avoid build issues (#1979)
This commit is contained in:
parent
037b166263
commit
0c40588aff
@ -70,6 +70,8 @@ RUN apk add -- gdb git g++ make cmake zlib-dev boost-dev libunwind-dev
|
||||
RUN git clone https://github.com/KDE/heaptrack.git /heaptrack
|
||||
|
||||
WORKDIR /heaptrack/build
|
||||
# going to a commit that builds properly. We will revisit this for new releases
|
||||
RUN git reset --hard f9cc35ebbdde92a292fe3870fe011ad2874da0ca
|
||||
RUN cmake -DCMAKE_BUILD_TYPE=Release ..
|
||||
RUN make -j$(nproc)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user