mirror of
https://github.com/sharkdp/bat.git
synced 2025-03-15 15:18:45 +00:00
Remove i686 musl target
This commit is contained in:
parent
34d7dfca06
commit
0699c240f2
@ -14,11 +14,6 @@ matrix:
|
|||||||
- os: linux
|
- os: linux
|
||||||
rust: stable
|
rust: stable
|
||||||
env: TARGET=i686-unknown-linux-gnu
|
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
|
- os: osx
|
||||||
rust: stable
|
rust: stable
|
||||||
env: TARGET=x86_64-apple-darwin
|
env: TARGET=x86_64-apple-darwin
|
||||||
@ -51,8 +46,6 @@ addons:
|
|||||||
- gcc-multilib
|
- gcc-multilib
|
||||||
# needed for musl targets
|
# needed for musl targets
|
||||||
- musl-tools
|
- musl-tools
|
||||||
# needed for i686 targets
|
|
||||||
- musl-tools:i386
|
|
||||||
# needed to build deb packages
|
# needed to build deb packages
|
||||||
- fakeroot
|
- fakeroot
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user