Azat Khuzhin
ce88c7cb60
Add llvm-15 for llvm-symbolizer-15 for clang-15 (used for TSan)
...
Simply installing llvm-15 over TSAN_SYMBOLIZER_PATH had been prefered
(to keep everything in one place and as simple as possible), though
TSAN_SYMBOLIZER_PATH should also work.
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-08-26 09:28:42 +02:00
Alexey Milovidov
5ce6c07005
Set linker for RISC-V 64
2022-08-14 05:57:55 +02:00
Yakov Olkhovskiy
78cc2a970d
copy self-extracting to output
2022-08-09 02:40:17 -04:00
Alexander Tokmakov
3bc583c22b
Revert "copy self-extracting to output"
2022-08-08 20:13:40 +03:00
Yakov Olkhovskiy
4c78f0fc7d
Merge branch 'master' into ci-self-extracting-s3-deployment
2022-08-05 08:14:48 -04:00
BoloniniD
48c91619b0
Merge branch 'master' into BLAKE3
2022-08-04 20:30:47 +03:00
Alexey Milovidov
f474eb957d
Merge pull request #39758 from ClickHouse/tsan_clang_15
...
Try clang-15 for build with tsan
2022-08-04 01:56:52 +03:00
Mikhail f. Shiryaev
8533769132
Use compression and cleanup with the recent version ccache
2022-08-03 14:49:07 +02:00
Mikhail f. Shiryaev
eeaf08525f
Use test-util as source for base-test, fasttest and package builder
2022-08-03 14:49:06 +02:00
Alexander Tokmakov
e292d830f5
Update Dockerfile
2022-08-02 15:37:02 +03:00
Alexander Tokmakov
82b50e79cf
Merge branch 'master' into tsan_clang_15
2022-08-02 13:00:55 +03:00
Alexander Tokmakov
31550436e4
try clang-15 for build with tsan
2022-07-31 14:38:13 +02:00
Alexey Milovidov
36e6500e54
Merge branch 'master' into BLAKE3
2022-07-30 23:14:05 +03:00
Azat Khuzhin
4b0594633b
Build utils on CI when they was requested
...
clickhouse-bundle does not includes utils, and to avoid modifying each
utility it is better to build all, anyway this is not a common build.
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-07-29 11:36:51 +03:00
Azat Khuzhin
2901ddc217
Remove --verbose=1 for cmake on configuration stage
...
--verbose is supported only for make/install, while 3.16 is OK (ubuntu
20.04), newer cmake (3.23) does not, and simply fails:
# cmake --debug-trycompile --verbose=1 /foo
debug trycompile on
CMake Error: Unknown argument --verbose=1
CMake Error: Run 'cmake --help' for all supported options.
And this is how it works with 3.16:
# cmake --debug-trycompile --verbose=1 /foo
debug trycompile on
CMake Error: The source directory "/foo" does not exist.
Specify --help for usage, or press the help button on the CMake GUI.
Anyway this script sets CMAKE_VERBOSE_MAKEFILE, and this is what
--verbose does.
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-07-29 11:36:51 +03:00
Yakov Olkhovskiy
ea17492f5f
Merge branch 'master' into ci-self-extracting-s3-deployment
2022-07-27 21:15:36 -04:00
Yakov Olkhovskiy
f91a0935cd
check existence of compressed clickhouse
2022-07-27 09:00:05 -04:00
Yakov Olkhovskiy
0720936c2d
rewrite original clickhouse with compressed one
2022-07-26 09:16:31 -04:00
Mikhail f. Shiryaev
061e61919a
Merge pull request #39450 from ClickHouse/tsal-clang-13
...
Build thread sanitizer binaries with clang-13
2022-07-26 15:13:17 +02:00
Yakov Olkhovskiy
c05c32e823
copy self-extracting to output
2022-07-26 08:41:36 -04:00
Mikhail f. Shiryaev
17b504b0d4
Build thread sanitizer binaries with clang-13
2022-07-22 12:14:22 +02:00
jasperzhu
c044c67745
Merge branch 'master' into dev_intel_iaa_deflate
2022-07-19 15:32:57 +08:00
Azat Khuzhin
1ef9910453
Fix builder image for releases w/o diagnostics tool
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-07-16 12:07:58 +03:00
Mikhail f. Shiryaev
7388b6fb55
Test and build clickhouse-diagnostics in release builds
2022-07-04 10:59:37 +02:00
Mikhail f. Shiryaev
0aae60f8f1
Update nfpm version
2022-07-01 11:43:13 +02:00
jasperzhu
bca18b2caf
Merge branch 'master' into dev_intel_iaa_deflate
2022-06-16 08:56:27 +08:00
BoloniniD
6120495373
Fix Dockerfile
2022-06-10 10:31:25 +03:00
BoloniniD
14ddcee432
Trying another Rust target to fix compatibility test
2022-06-07 18:10:49 +03:00
BoloniniD
b05ee41d25
Merge branch 'master' of github.com:ClickHouse/ClickHouse into BLAKE3
2022-06-06 16:03:10 +03:00
jinjunzh
c7ca746994
fixed build issues in clickhouse-keeper
2022-06-05 14:46:28 -04:00
BoloniniD
94c7833e25
Merge branch 'BLAKE3' of github.com:BoloniniD/ClickHouse into BLAKE3
2022-06-01 11:58:28 +03:00
BoloniniD
dd8aefdf1e
Merge branch 'master' of github.com:ClickHouse/ClickHouse into BLAKE3
2022-06-01 11:46:55 +03:00
jinjunzh
1d3ae2d88c
fixed unable to find library -ldl in docker build
2022-05-31 17:14:08 -04:00
jinjunzh
822cef10b3
add nasm into more docker configuration
2022-05-30 21:16:06 -04:00
Alexey Milovidov
dce7a86ca9
Merge branch 'master' into llvm-14
2022-05-22 22:38:07 +02:00
Mikhail f. Shiryaev
1f67665c95
Build performance output in release builds
2022-05-18 01:38:44 +02:00
Mikhail f. Shiryaev
8507a4ddbf
Update nfpm version, prepare UID/GID workdir
2022-05-18 01:38:43 +02:00
Mikhail f. Shiryaev
96859ec678
Remove unused packager code for deb packages
2022-05-18 01:38:43 +02:00
Mikhail f. Shiryaev
d2e5ab0f6c
Improve packager script a little bit
2022-05-18 01:38:42 +02:00
Nikolai Kochetov
f1bc2bc615
Merge branch 'master' into llvm-14
2022-05-16 12:03:26 +02:00
BoloniniD
228a60ede2
Merge branch 'master' into BLAKE3
2022-04-23 10:08:26 +03:00
BoloniniD
a26acd3660
Merge branch 'master' of github.com:ClickHouse/ClickHouse into BLAKE3
2022-04-22 18:12:54 +03:00
Mikhail f. Shiryaev
bf41199cc3
Fix issue with broken git ownership
2022-04-22 14:56:34 +02:00
Mikhail f. Shiryaev
fc83f5e96c
Get ccache status before build
2022-04-21 17:18:43 +02:00
Mikhail f. Shiryaev
7dd2fdb47c
Try to minimize linking for keeper
2022-04-21 16:11:43 +02:00
Mikhail f. Shiryaev
619d2703f0
Simplify build.sh for binary packager
2022-04-21 14:15:24 +02:00
Mikhail f. Shiryaev
49a572e00c
Build only clickhouse-keeper with musl
2022-04-21 13:43:24 +02:00
alesapin
9815b4bea4
Followup
2022-04-20 22:42:26 +02:00
alesapin
b8021be891
Perfect cmake
2022-04-20 21:19:43 +02:00
alesapin
ba81816dc1
Better cmake
2022-04-20 12:11:55 +02:00
Alexey Milovidov
73b52859df
Merge branch 'master' into llvm-14
2022-04-16 00:46:58 +02:00
alesapin
be5b75b567
Reverse
2022-04-14 15:44:09 +02:00
alesapin
774e01bf13
Hacky hack
2022-04-14 15:43:36 +02:00
alesapin
b27070856e
Fix
2022-04-14 12:27:13 +02:00
alesapin
7521aecdf5
Debug why we have dynamic binary
2022-04-14 12:23:09 +02:00
alesapin
7c11abb995
Followup
2022-04-13 21:33:34 +02:00
alesapin
aba2b77972
Fix order
2022-04-13 17:45:34 +02:00
alesapin
1a88143468
Fix build
2022-04-13 11:49:56 +02:00
BoloniniD
30712ead45
Merge branch 'master' into BLAKE3
2022-04-13 00:45:44 +03:00
alesapin
f011864386
Build clickhouse-keeper with musl
2022-04-12 18:48:16 +02:00
Mikhail f. Shiryaev
dd4bd4abba
Simplify and fix coverity
2022-04-07 18:35:58 +02:00
Boris Kuschel
2298b80ed8
Add coverity scan
...
Signed-off-by: Boris Kuschel <Boris.Kuschel@ibm.com>
2022-04-05 19:52:33 +02:00
BoloniniD
aec9af18e9
Test alt linker in blake3
2022-04-03 00:29:45 +03:00
BoloniniD
aca1f2d6c0
Revert previous change
2022-04-01 22:57:24 +03:00
BoloniniD
4a1262c8da
Revert previous change
2022-04-01 22:06:56 +03:00
Alexey Milovidov
93edf05259
Merge branch 'master' into llvm-14
2022-04-01 04:49:03 +03:00
BoloniniD
a1ad0ca88d
Add sysroot for special target - test
2022-03-30 20:55:43 +03:00
BoloniniD
e0417077bf
And another try
2022-03-29 14:23:18 +03:00
BoloniniD
2d2420c8a9
Merge branch 'master' of github.com:ClickHouse/ClickHouse into BLAKE3
2022-03-29 11:00:50 +03:00
BoloniniD
b8017b9afa
Add libraries for Rust aarch64-darwin target
2022-03-28 22:32:24 +03:00
Mikhail f. Shiryaev
d55785156b
Fix always success builds by move ts to build.sh
2022-03-22 11:10:03 +01:00
Mikhail f. Shiryaev
342f7ba567
Migrate to nfpm
2022-03-22 11:09:59 +01:00
BoloniniD
db5c0aa42b
Added support for other targets
2022-03-18 21:59:56 +03:00
Alexey Milovidov
aa8f282ad9
Switch to clang/llvm 14
2022-02-19 18:43:02 +01:00
BoloniniD
6f078c164d
Merge branch 'master' of github.com:ClickHouse/ClickHouse into BLAKE3
2022-01-26 20:11:27 +03:00
Mikhail f. Shiryaev
c465593706
Force rebuild images once again in master
2022-01-13 19:03:34 +01:00
Mikhail f. Shiryaev
e314eed992
Force rebuild images in CI
2022-01-13 17:49:23 +01:00
Mikhail f. Shiryaev
2a83a1c05d
Build dependent images from the current version
2022-01-12 17:07:52 +01:00
BoloniniD
2dfdfa6720
Fix build tests Dockerfiles
2022-01-11 16:20:00 +03:00
Mikhail f. Shiryaev
d2d1f5aba7
Optimize binary packager container
2021-12-16 13:00:31 +01:00
Azat Khuzhin
4e4837758a
Remove readline support
...
- it was not nested for a long time
- replxx is an upstream way for completion
2021-12-11 11:29:59 +03:00
Mikhail f. Shiryaev
5408d6232f
Make archive.ubuntu.com mirror configurable for build
2021-11-26 10:55:41 +01:00
Alexey Milovidov
51ee8fdbb0
More easy cross-compiling for FreeBSD
2021-11-24 00:32:04 +03:00
Nikita Mikhaylov
99f78472bc
Disabled
2021-11-10 11:38:26 +00:00
Alexey Milovidov
0dbe7c4036
Remove old toolchain
2021-10-11 07:02:19 +03:00
Sergei Semin
12e24a23d3
Merge branch 'master' into fix-build-clang-13-2
2021-09-12 19:30:55 +03:00
alexey-milovidov
60f76d9254
Merge pull request #28759 from nikitamikhaylov/enable-gcc-11
...
Switch CI to GCC-11
2021-09-12 15:56:57 +03:00
Sergei Semin
b7358636c1
remove duplicated libraries
2021-09-11 18:10:18 +03:00
mergify[bot]
e3b3439535
Merge branch 'master' into fix-build-clang-13-2
2021-09-10 12:05:54 +00:00
Nikita Mikhaylov
e575cc88fc
Better
2021-09-09 21:11:07 +00:00
Sergei Semin
b739d1cc92
make changes analog to https://github.com/ClickHouse/ClickHouse/pull/20495/files but for clang-13
2021-09-09 23:51:47 +03:00
Sergei Semin
63b3b90d1e
up LLVM_VERSION and don't use script for llvm setup
2021-09-09 23:51:47 +03:00
Sergei Semin
ff635bcab8
add build with clang-13
2021-09-09 23:51:47 +03:00
Nikita Mikhaylov
107710e618
save
2021-09-08 15:06:15 +00:00
alesapin
bdd26f2a19
Merge branch 'master' into move_docker_images_to_separate_repo
2021-09-08 12:36:36 +03:00
alesapin
0eac4529e0
Preparation
2021-09-06 14:33:39 +03:00
alesapin
4df6fa1ae7
Remove strange changes
2021-09-04 16:09:12 +03:00
alesapin
4fe3909d74
Update Dockerfile
2021-09-03 14:01:47 +03:00
Ilya Yatsishin
7f7ecb0c60
Merge branch 'master' into try-llvm-12
2021-08-26 18:58:49 +03:00
Nikita Mikhaylov
242ef3dcb5
Proper build
2021-08-24 00:09:19 +00:00
Nikita Mikhaylov
ac4a516152
Fix build
2021-08-23 21:45:48 +00:00
Nikita Mikhaylov
afae867060
Fix build
2021-08-23 18:31:17 +00:00
Nikita Mikhaylov
77430a1baa
better
2021-08-23 14:36:26 +00:00
Nikita Mikhaylov
1c956481a1
Updated deb/build.sh and fixed shellcheck
2021-08-23 13:21:39 +00:00
mergify[bot]
95e9d517ff
Merge branch 'master' into fix-clang-tidy
2021-08-23 10:54:36 +00:00
Yatsishin Ilya
91289983c6
Use ru.archive.ubuntu.com as default one is not responding from CI
2021-08-23 11:22:39 +03:00
Nikita Mikhaylov
80ebc6ccea
Done
2021-08-22 15:09:49 +00:00
Yatsishin Ilya
9145dd3fd0
Merge branch 'master' into try-llvm-12
2021-08-06 19:14:01 +03:00
Ivan
14e43cfafa
Add CI check for darwin-aarch64 ( #25560 )
...
* Add support for darwin-aarch64
* Fix PVS warnings
* Add build configuration
* Fix packager args
2021-06-25 18:21:56 +03:00
Yatsishin Ilya
366a7fe45b
linker path required to be specific one
2021-05-12 18:24:27 +03:00
Yatsishin Ilya
e523162eda
Merge remote-tracking branch 'origin' into try-llvm-12
2021-04-30 13:11:18 +03:00
Alexey Milovidov
eda56e52d8
Remove obsolete compilers
2021-04-28 07:16:48 +03:00
Alexey Milovidov
8cb0e5579a
Remove gcc from docs
2021-04-22 04:20:03 +03:00
Alexander Kuzmenkov
6acc92ffd9
remove debug
2021-04-07 23:38:48 +03:00
Alexander Kuzmenkov
29cf5bd712
Merge remote-tracking branch 'origin/master' into HEAD
2021-04-06 14:31:19 +03:00
Alexey Milovidov
0501c025db
Remove OpenCL
2021-04-05 18:09:14 +03:00
Alexander Kuzmenkov
e456e40232
show ccache config
2021-04-02 16:37:43 +03:00
Alexander Kuzmenkov
13f3efcc88
typo
2021-04-01 21:02:35 +03:00
Alexander Kuzmenkov
28dd226004
remove extra option
2021-04-01 20:00:08 +03:00
Alexander Kuzmenkov
a255ab179f
typo
2021-04-01 17:29:51 +03:00
Alexander Kuzmenkov
5f45199082
typo
2021-04-01 15:46:55 +03:00
Alexander Kuzmenkov
40dac7b678
more debug
2021-04-01 15:12:30 +03:00
Alexander Kuzmenkov
2b97587055
debug again
2021-04-01 02:53:22 +03:00
Alexander Kuzmenkov
026dab2b81
typo
2021-04-01 02:51:47 +03:00
Alexander Kuzmenkov
a91f505899
remove debug
2021-04-01 00:59:31 +03:00
Alexander Kuzmenkov
a55d03cb62
try to avoid conflict with prlimit
2021-03-31 22:41:53 +03:00
Alexander Kuzmenkov
c187dca12c
Merge remote-tracking branch 'origin/master' into HEAD
2021-03-31 20:18:08 +03:00
Alexander Kuzmenkov
d0db789196
Update build.sh
2021-03-31 18:43:31 +03:00
Alexander Kuzmenkov
1683c3a10d
more debug
2021-03-31 18:38:36 +03:00
Alexander Kuzmenkov
1ccc162c86
stats
2021-03-31 15:59:45 +03:00
alesapin
7f0df7d451
Update Dockerfile
2021-03-30 19:18:20 +03:00
alesapin
c7d733040c
Update Dockerfile
2021-03-30 19:17:35 +03:00
alesapin
82389ca03b
Update Dockerfile
2021-03-30 19:15:49 +03:00
alesapin
45c1ba8c69
Revert "quick fix for broken resolution of apt.llvm.org on Yandex infra"
2021-03-30 19:03:55 +03:00
Alexander Kuzmenkov
8d52292eb1
fix
2021-03-30 18:57:22 +03:00
Alexander Kuzmenkov
350546356a
debug dns in docker build
2021-03-30 18:09:58 +03:00
Alexander Kuzmenkov
5f8e88aca0
boop
2021-03-30 16:39:49 +03:00
Alexander Kuzmenkov
e5953f249d
Update build.sh
2021-03-30 15:34:24 +03:00
Alexander Kuzmenkov
b01897ebd7
check how ccache is used for contribs
2021-03-30 14:31:39 +03:00
Yatsishin Ilya
7e6cd00cee
Try to switch to llvm-12/clang-12
2021-03-24 17:17:59 +03:00
Alexander Kuzmenkov
4c2278c215
Merge pull request #22047 from ClickHouse/aku/llvm-cloudflare-21.3
...
21.3: quick fix for broken resolution of apt.llvm.org on Yandex infra
(cherry picked from commit 12f5753e5f
)
2021-03-23 19:41:09 +03:00
Danila Kutenin
e5ec4e21b6
Fix Darwin build
2021-01-11 09:04:34 +00:00
Azat Khuzhin
469b631ca6
Fix performance comparison
...
In #18113 the top_level_domains list copying was moved into
docker/packager/binary/build.sh, this was done to avoid symlinks (since
Dockerfile cannot dereference them).
But the patch was wrong, since it copied into the root (/), which is not
included into performance.tgz and also compare.sh was not modified.
This wasn't showed up with CI checks since the docker image wasn't
updated and it still included that top_level_domains, once it was
modified the image was updated and it became broken.
Cc: @akuzm
2021-01-02 17:09:20 +03:00
Azat Khuzhin
95c35b318e
Avoid using symlinks for top_level_domains
...
Move the main copy into the tests/config and ship it to the perf tests
via the perf package.
2020-12-15 21:58:46 +03:00
alexey-milovidov
fa929b0312
Replace duplicate development config files with symlinks. ( #16486 )
...
* Fix test "max_memory_usage_for_user"
* Update test
* Update annoying boilerplate
* Support symlinks in tarballs
* Fix Fuzzer
* Remove "secondary" user
* Remove "secondary" user
2020-11-04 23:45:06 +03:00
alesapin
9caf46c273
Update build.sh
2020-10-05 10:06:38 +03:00
alesapin
b3fa86191e
Fix binary build
2020-10-04 13:23:25 +03:00
alesapin
c5df9433f0
Merge pull request #15239 from ClickHouse/100_percent_lld_11_for_clang_11
...
Build ClickHouse for release with clang-11
2020-10-02 14:59:29 +03:00
Alexander Kuzmenkov
d0dff5b738
fixes
2020-10-01 12:27:05 +03:00
Alexander Kuzmenkov
499e0766e5
Check docker scripts with shellcheck
2020-09-30 20:06:46 +03:00