1
1
mirror of https://github.com/codota/TabNine.git synced 2024-08-16 05:20:40 +03:00

remove linux 32 bit support

This commit is contained in:
yonip23 2022-01-05 11:33:55 +02:00
parent 41a7032936
commit 2b14ba9cf1
2 changed files with 0 additions and 2 deletions

View File

@ -61,7 +61,6 @@ def get_tabnine_path(binary_dir):
return os.path.join(binary_dir, *args)
translation = {
("linux", "x32"): "i686-unknown-linux-musl/TabNine",
("linux", "x64"): "x86_64-unknown-linux-musl/TabNine",
("osx", "x64"): "x86_64-apple-darwin/TabNine",
("osx", "arm64"): "aarch64-apple-darwin/TabNine",

View File

@ -5,7 +5,6 @@ set -e
version="$(curl -sS https://update.tabnine.com/bundles/version)"
targets='i686-pc-windows-gnu
i686-unknown-linux-musl
x86_64-apple-darwin
aarch64-apple-darwin
x86_64-pc-windows-gnu