Azat Khuzhin
83074c06bf
Fix ccache with ENABLE_CHECK_HEAVY_BUILDS (ccache 4.0 and 4.1 only affected)
...
Before this patch ccache 4.0/4.1 has not been working correctly with
ENABLE_CHECK_HEAVY_BUILDS, this was because of mixing
CMAKE_CXX_COMPILER_LAUNCHER/CMAKE_C_COMPILER_LAUNCHER and
RULE_LAUNCH_LINK/RULE_LAUNCH_COMPILE.
Fixes : #28845
2021-12-25 00:06:32 +03:00
Amos Bird
ffda16b5a4
Better build of azure blob
2021-12-19 21:34:24 +08:00
Nikita Mikhaylov
2c87e30d6d
Done
2021-12-15 18:31:55 +00:00
Jakub Kuklis
2b7725bfc7
Enable connecting directly to storage accounts and creating new containers
2021-12-10 22:04:38 +01:00
Jakub Kuklis
850c9a7e7a
Reverting submodule changes to fast test docker and disabling Blob Storage support when files missing
2021-12-10 22:04:38 +01:00
Jakub Kuklis
162e2b334b
Initial working example of Azure Blob Storage manipulation from within ClickHouse
2021-12-10 22:04:36 +01:00
Nikita Mikhaylov
619ad46340
Fix oss-fuzz build ( #31818 )
2021-11-26 01:14:34 +03:00
Alexey Milovidov
200913a5a5
Remove garbage
2021-11-23 02:23:52 +03:00
Alexey Milovidov
1e057d51c1
Fix error
2021-11-23 02:17:53 +03:00
Alexey Milovidov
c5fcef03c3
Remove trash
2021-11-21 18:12:05 +03:00
Alexey Milovidov
c50b31a7a5
Remove trash
2021-11-21 17:35:33 +03:00
Alexey Milovidov
d604cf5573
Remove the infamous "unbundled" build
2021-11-21 13:58:26 +03:00
Alexey Milovidov
9a82c62685
Merge branch 'master' into zlib-ng-own-cmake
2021-11-21 11:38:29 +03:00
feng lv
13a305d648
filelog engine tests improve
...
fix
2021-10-29 06:25:21 +00:00
Alexey Milovidov
fe93adac94
Minor changes
2021-10-24 10:11:23 +03:00
feng lv
5cb783aed0
fix
2021-10-22 02:36:24 +00:00
feng lv
6565e1d4b2
fix conflict
2021-10-20 15:22:16 +00:00
mergify[bot]
506c05a520
Merge branch 'master' into reorganiza-contrib-ide-folders
2021-10-19 15:32:57 +00:00
feng lv
1e3df5780c
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into filelog-engine
2021-10-18 07:33:11 +00:00
Alexey Milovidov
2cef9983fa
Remove recursive submodules
2021-10-18 02:29:04 +03:00
Denis Glazachev
9de534f96c
Revert special contribs and set folder manually for them until fixed
2021-10-17 23:10:01 +03:00
Denis Glazachev
68a08ffed9
Merge branch 'master' into reorganiza-contrib-ide-folders
2021-10-17 22:13:11 +04:00
mergify[bot]
6bf8c4a2b1
Merge branch 'master' into reorganiza-contrib-ide-folders
2021-10-15 19:59:08 +00:00
Nikita Mikhaylov
57a623aba0
Merge branch 'master' into codegen_select_fuzzer_v1
2021-10-13 16:01:40 +03:00
feng lv
868dbc4bad
use poll replace select
...
fix
fix
2021-10-13 09:13:35 +00:00
Pavel Cheremushkin
7b9358a597
adding codegen fuzzer + code generation script. new contrib added: libprotobuf-mutator
2021-10-12 03:21:31 +03:00
Alexey Milovidov
0d07646866
Fix strange code
2021-10-12 03:17:35 +03:00
mikael
5bd2fd0ba3
Add the missing bits for FreeBSD aarch64
2021-10-10 14:52:42 +02:00
Denis Glazachev
ece880184b
Reorganiza contrib IDE folders
2021-10-03 20:26:48 +04:00
Denis Glazachev
1fdaaab2ed
Fix typo
2021-10-03 17:42:59 +04:00
mergify[bot]
2632c86009
Merge branch 'master' into ccache-fix
2021-09-16 18:53:24 +00:00
Azat Khuzhin
ba7918886f
Fix ccache [4.0, 4.2) (RULE_LAUNCH_COMPILE/RULE_LAUNCH_LINK was incorrect)
...
Before the compilation contains ccache twice:
env -u SOURCE_DATE_EPOCH /usr/bin/ccache prlimit --as=10000000000 --data=5000000000 --cpu=600 /usr/bin/ccache /usr/bin/clang++-11
So remove ccache from RULE_LAUNCH_COMPILE/RULE_LAUNCH_LINK
2021-09-10 08:45:29 +03:00
Azat Khuzhin
a8c61f1d63
Build w/ ENABLE_EMBEDDED_COMPILER in shared build on CI
2021-09-10 01:10:57 +03:00
Azat Khuzhin
0562d64368
Do not override ENABLE_EMBEDDED_COMPILER each time
2021-09-09 22:41:26 +03:00
Kseniia Sumarokova
8c5acc371a
Merge pull request #28365 from kssenii/rabbitmq-ssl
...
Allow ssl connection for rabbitmq
2021-09-03 16:53:28 +03:00
Nikita Mikhaylov
a3f008c626
Enable define from cmake
2021-09-03 08:30:03 +00:00
kssenii
335b6f12fd
Fix
2021-08-30 20:59:03 +03:00
Nikolay Degterinsky
9a45458faf
Add bzip2 file compression
2021-08-07 00:25:52 +00:00
alesapin
4746002776
Add an ability to build ClickHouse without NLP functions
2021-07-30 16:30:30 +03:00
Nikita Mikhaylov
625576796c
final fix
2021-07-13 10:51:35 +00:00
Nikita Mikhaylov
6cdac2a56f
link error
2021-07-13 10:50:12 +00:00
Nikita Mikhaylov
3f36a93656
better
2021-07-13 10:50:12 +00:00
Andr0901
f78480507e
some fixes
2021-07-13 10:50:12 +00:00
Andr0901
4d75450e54
add tests
2021-07-13 10:49:55 +00:00
Kseniia Sumarokova
d2d24346d2
Update sqlite.cmake
2021-07-13 11:19:09 +03:00
kssenii
1bf9a9f29f
Add .cmake
2021-07-09 10:27:53 +00:00
万康
f212aa78bd
enable s3 in osx
2021-06-11 23:07:46 +08:00
Alexey Milovidov
8d85145725
Remove experimental compression codecs
2021-06-06 02:26:52 +03:00
Alexey Milovidov
20f59ffbb9
Merge branch 'master' into issue-16775
2021-05-26 03:46:43 +03:00
Maksim Kita
ee0b6d573a
LLVM remove orc jit library
2021-05-24 12:38:33 +03:00