File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1414matrix :
1515 include :
1616 # Linux
17- - env : TARGETS=i686-unknown-linux-musl:x86_64-unknown-linux-musl:i686-pc-windows-gnu:x86_64-pc-windows-gnu
17+ - env : TARGETS=i686-unknown-linux-musl:x86_64-unknown-linux-musl:i686-pc-windows-gnu:x86_64-pc-windows-gnu:x86_64-unknown-freebsd
1818
1919 # OSX
2020 - env : TARGETS=x86_64-apple-darwin
Original file line number Diff line number Diff line change @@ -42,8 +42,9 @@ rm -f bin/languageclient
4242arch=$( uname -sm)
4343binary=" "
4444case " ${arch} " in
45- Linux\ x86_64) download $name -$version -x86_64-unknown-linux-musl ;;
46- Linux\ i686) download $name -$version -i686-unknown-linux-musl ;;
47- Darwin\ * 64) download $name -$version -x86_64-apple-darwin ;;
45+ " Linux x86_64" ) download $name -$version -x86_64-unknown-linux-musl ;;
46+ " Linux i686" ) download $name -$version -i686-unknown-linux-musl ;;
47+ " Darwin x86_64" ) download $name -$version -x86_64-apple-darwin ;;
48+ " FreeBSD x86_64" ) download $name -$version -x86_64-unknown-freebsd ;;
4849 * ) echo " No pre-built binary available for ${arch} ." ; try_build ;;
4950esac
You can’t perform that action at this time.
0 commit comments