Skip to content

Commit

Permalink
roll back edits
Browse files Browse the repository at this point in the history
  • Loading branch information
espenhgn committed May 14, 2024
1 parent 350861f commit 76cef35
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 17 deletions.
1 change: 0 additions & 1 deletion src/dockerfiles/mixer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ RUN bash /tmp/install_boost.sh
WORKDIR /tools
COPY /scripts/install_mixer.sh /tmp
RUN chmod +x /tmp/install_mixer.sh
COPY /scripts/patches/CMakeLists.patch /tmp
RUN bash /tmp/install_mixer.sh
ENV BGMG_SHARED_LIBRARY="/tools/mixer/src/build/lib/libbgmg.so"

Expand Down
1 change: 0 additions & 1 deletion src/scripts/install_mixer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ git config --global http.sslVerify false # suppress error w. gnutls_handshake()
git clone --recurse-submodules https://github.com/precimed/mixer.git
cd mixer
git reset --hard 2b5ad6b2d9ab5b92d8dd24ec106338af61e27a80
git apply /tmp/CMakeLists.patch
mkdir src/build
cd src/build
cmake .. -DBoost_NO_BOOST_CMAKE=ON -DBOOST_ROOT=/tools/boost_1_69_0
Expand Down
15 changes: 0 additions & 15 deletions src/scripts/patches/CMakeLists.patch

This file was deleted.

0 comments on commit 76cef35

Please sign in to comment.