Skip to content

Commit

Permalink
Dockerfile: update liblonghorn and tgt dependencies
Browse files Browse the repository at this point in the history
Longhorn 4491

Signed-off-by: Derek Su <[email protected]>
  • Loading branch information
derekbit authored and innobead committed Nov 15, 2022
1 parent 49d481f commit 2520372
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.dapper
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ RUN if [ ${ARCH} == "amd64" ]; then \
RUN cd /usr/src && \
git clone https://github.com/rancher/liblonghorn.git && \
cd liblonghorn && \
git checkout fe86d7f1c6780904760f2832d8055c7ca7f0d92a && \
git checkout 53d1c063b95efc8d949b095bd4bf04637230265f && \
if [ ${ARCH} == "amd64" ]; then \
make EXTRA_LIBS=/usr/local/lib/libtcmalloc.a; \
else \
Expand All @@ -79,7 +79,7 @@ RUN cd /usr/src && \
RUN cd /usr/src && \
git clone https://github.com/rancher/tgt.git && \
cd tgt && \
git checkout 64a3443ad6ab829343167e744a757d8ec044185a && \
git checkout 026a99fbc4e06ce898b5e9cbf9e037a7d938a7a4 && \
if [ ${ARCH} == "amd64" ]; then \
make EXTRA_LIBS=-ltcmalloc; \
else \
Expand Down
4 changes: 2 additions & 2 deletions package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN if [ ${ARCH} == "amd64" ]; then \
RUN cd /usr/src && \
git clone https://github.com/rancher/liblonghorn.git && \
cd liblonghorn && \
git checkout fe86d7f1c6780904760f2832d8055c7ca7f0d92a && \
git checkout 53d1c063b95efc8d949b095bd4bf04637230265f && \
if [ ${ARCH} == "amd64" ]; then \
make EXTRA_LIBS=/usr/local/lib/libtcmalloc.a; \
else \
Expand All @@ -58,7 +58,7 @@ RUN cd /usr/src && \
RUN cd /usr/src && \
git clone https://github.com/rancher/tgt.git && \
cd tgt && \
git checkout 64a3443ad6ab829343167e744a757d8ec044185a && \
git checkout 026a99fbc4e06ce898b5e9cbf9e037a7d938a7a4 && \
if [ ${ARCH} == "amd64" ]; then \
make EXTRA_LIBS=-ltcmalloc; \
else \
Expand Down

0 comments on commit 2520372

Please sign in to comment.