mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-02 14:03:06 +00:00
Dockerfile: forcing a particular heaptrack version to avoid build issues (#1979)
This commit is contained in:
parent
d4decc2fc5
commit
9304fca800
@ -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