Skip to content

Commit

Permalink
Merge pull request #218 from jestabro/open-vmdk-gcc-10
Browse files Browse the repository at this point in the history
pull in patch for building open-vmdk under gcc-10.+
  • Loading branch information
jestabro committed Mar 2, 2022
2 parents 0406e27 + 7304669 commit ffd49c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ RUN eval $(opam env --root=/opt/opam --set-root) && \
RUN wget -O /tmp/open-vmdk-master.zip https://github.com/vmware/open-vmdk/archive/master.zip && \
unzip -d /tmp/ /tmp/open-vmdk-master.zip && \
cd /tmp/open-vmdk-master/ && \
wget -O gcc-10.patch https://github.com/dongsupark/open-vmdk/commit/74dffbca5d6fa37ed4ecd9b3a75206e33497e3df.patch && \
patch -p1 < gcc-10.patch && \
make && \
make install

Expand Down

0 comments on commit ffd49c1

Please sign in to comment.