1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-03-13 22:28:26 +00:00

Remove i686 musl target

This commit is contained in:
sharkdp 2018-05-10 14:26:52 +02:00
parent 34d7dfca06
commit 0699c240f2

View File

@ -14,11 +14,6 @@ matrix:
- os: linux
rust: stable
env: TARGET=i686-unknown-linux-gnu
- os: linux
rust: stable
env:
- TARGET=i686-unknown-linux-musl
- CC_x86_64_unknown_linux_musl=/usr/bin/musl-gcc
- os: osx
rust: stable
env: TARGET=x86_64-apple-darwin
@ -51,8 +46,6 @@ addons:
- gcc-multilib
# needed for musl targets
- musl-tools
# needed for i686 targets
- musl-tools:i386
# needed to build deb packages
- fakeroot