Skip to content

Commit

Permalink
pull in patch for building open-vmdk under gcc-10.+
Browse files Browse the repository at this point in the history
Temporary fix for issue vmware/open-vmdk#12
not yet merged.
  • Loading branch information
jestabro authored and MartB committed Jan 27, 2023
1 parent a0ecd0f commit a6cbc49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile
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 a6cbc49

Please sign in to comment.