Skip to content

Commit

Permalink
Drop special case handling for aarch64-linux
Browse files Browse the repository at this point in the history
1fd116a added special case handling of aarch64-linux, but now that
we're using a manylinux image we can drop this.
  • Loading branch information
stanhu committed Apr 11, 2022
1 parent 0422d4c commit 4f0a9a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile.mri.erb
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ RUN dpkg -i /debs/*.deb
RUN apt-get -y update && \
apt-get install -y <%
if platform=~/darwin/ %> clang python lzma-dev libxml2-dev libssl-dev libc++-10-dev <% end %><%
if platform=~/aarch64-linux/ %> gcc-aarch64-linux-gnu g++-aarch64-linux-gnu <% end %><%
if platform=~/arm-linux/ %> gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf <% end %><%
if platform=~/x86-mingw32/ %> gcc-mingw-w64-i686 g++-mingw-w64-i686 <% end %><%
if platform=~/x64-mingw32/ %> gcc-mingw-w64-x86-64 g++-mingw-w64-x86-64 <% end %> && \
Expand Down

0 comments on commit 4f0a9a7

Please sign in to comment.