Commit Graph

27 Commits

Author SHA1 Message Date
Robert Schulze
ee262be6c6
Update comment in universal.sh 2023-11-16 10:59:17 +00:00
Pradeep Chhetri
1c74ff8bba Add linux s390x to universal installer 2023-08-13 15:35:47 +08:00
Alexey Milovidov
c1fa38ea8e Add RISC-V 64 to the universal installer 2023-07-06 22:22:36 +02:00
DanRoscigno
1f4141a35d Give users option of overwriting 2023-03-02 23:05:37 +01:00
Alexey Milovidov
6c68e5c4c6
Revert "Give users option of overwriting" 2023-03-03 01:04:10 +03:00
DanRoscigno
640753d9a3 remove install option 2023-03-01 16:06:39 -05:00
DanRoscigno
4cc614ce7a Give users option of overwriting 2023-02-25 11:05:18 -05:00
Robert Schulze
2b9a0824fe
Cosmetics: Rename "amd64-sse2" builds to "amd64-compat" builds
... a bit of consistency with "aarch64-v80compat"
2022-12-19 19:00:21 +00:00
Robert Schulze
3eb4a06b0d
x86-64 guarantees SSE2 2022-12-19 18:37:42 +00:00
Robert Schulze
90c2919275
universal.sh: Attempt to fetch SSE2 build on ancient hardware 2022-12-19 11:02:58 +00:00
Alexey Milovidov
4ceea2b43c
I hate abbreviations and short variable names wholeheartedly 2022-12-11 08:57:04 +03:00
Yakov Olkhovskiy
568af2d8ba
Update universal.sh 2022-12-02 17:11:08 -05:00
Yakov Olkhovskiy
858e37ffcb
use -f instead of --interactive 2022-12-02 08:51:18 -05:00
Yakov Olkhovskiy
796ef171a4
change error message 2022-11-26 16:39:41 -05:00
Yakov Olkhovskiy
ea58f05898
try to remove clickhouse if already exists 2022-11-26 13:45:28 -05:00
Robert Schulze
de97d5fc65
Make LDAPR a prerequisite for downloading the ARMv8.2 build
The ARMv8.2 build now requires presence of LDAPR instructions. Make the
same assumption in universal.sh, i.e. the automatic download script.

See https://github.com/ClickHouse/ClickHouse/pull/41778#discussion_r980136159
2022-09-28 13:57:00 +00:00
Robert Schulze
9c1a107f68
Cosmetic changes in comment 2022-09-27 09:00:46 +02:00
Robert Schulze
1e4ddf0a9c
Choose fastest build for current platform 2022-09-26 13:22:53 +00:00
Robert Schulze
c5224cd007
Point automatic download script to to ARMv8.0 compat build
- follow-up to #41610

- universal.sh downloads a the correct ClickHouse binary for the current
  platform

- For Linux/Aarch64, point to v8.0 compat build for maximum
  compatibility. Also add property static_binary_name (ci_config.py) so
  that the binary can be placed into the right location.

- Remove the unsupported combinations FreeBSD Aarch64 and PPC for which
  we provide no binaries.
2022-09-26 11:40:09 +00:00
Alexey Milovidov
5f18640215 Fix universal installation script 2022-07-17 23:16:54 +02:00
Alexey Milovidov
99cc8d47fe Add PowerPC binary to universal install script 2022-05-11 03:02:01 +02:00
Alexey Milovidov
166257067b Fix universal installation script 2021-11-09 23:14:16 +03:00
Alexey Milovidov
13ee782bda Minor improvement in universal install script 2021-11-01 00:42:13 +03:00
Alexey Milovidov
0285a15aec Minor changes to install script 2021-10-17 05:52:00 +03:00
Alexey Milovidov
4be8cafc5c Amend 2021-10-13 01:59:12 +03:00
Alexey Milovidov
ac403b1df2 Publish the install script 2021-10-12 23:09:26 +03:00
Alexey Milovidov
65b63a67da Add a script for convenient install on multiple OS 2021-10-12 23:03:41 +03:00