Robert Schulze
037a1006fd
Merge remote-tracking branch 'ClickHouse/master' into ci-fuzzer-enable
2024-08-12 12:28:32 +00:00
Azat Khuzhin
5390d1b108
docker: use self-compiled gdb 15 from cctools
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-08-06 17:15:49 +02:00
Azat Khuzhin
424f19d6c0
Move gdb into cctools
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-08-06 16:25:56 +02:00
Azat Khuzhin
459dd1ff2d
Add a comment of the image name for cctools
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-08-06 16:25:56 +02:00
Azat Khuzhin
99b18d31db
Update gdb to 15.1 (by compiling from sources)
...
Right now there are couple of gdb bugs that makes CI unstable:
- https://sourceware.org/bugzilla/show_bug.cgi?id=29185
- https://bugzilla.redhat.com/show_bug.cgi?id=1492496
But ubuntu 22.04 does not have 14+ anywhere, the
~ubuntu-toolchain-r/test contains only gdb 13, so there is no other
options except for compiling it from sources.
But there also other reasons to update it - optimizations, looks like
older gdb versions does not use index fully - 5.6sec vs 56sec:
# 15.1
$ time command gdb -batch -ex 'disas main' clickhouse
...
real 0m5.692s
user 0m29.948s
sys 0m1.190s
# 12.1 (from ubuntu 22.04)
real 0m56.709s
user 0m59.307s
sys 0m0.585s
Also note, that we cannot compile gdb in the fasttest (that contains
compiler) since some images does not includes full toolchain, for
instance gdb is added in the following images:
- test-util -> test-base -> lots of other images (no toolchain)
- performance-comparison (no toolchain)
- integration-test (no toolchain)
- integration-tests-runner (no toolchain)
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-08-06 16:25:56 +02:00
Yakov Olkhovskiy
a9aaa2ab78
Merge remote-tracking branch 'origin/master' into ci-fuzzer-enable
2024-07-06 00:48:09 +00:00
Antonio Andelic
4a9daa202d
Remove Keeper standalone build
2024-07-01 11:24:45 +02:00
Antonio Andelic
6b47171f2c
Keeper binary with different entrypoint
2024-07-01 10:52:08 +02:00
qiangxuhui
c30dea2d30
Fix loongarch64's CI code
2024-05-14 11:05:55 +00:00
qiangxuhui
13508de9a4
Fix code according to review suggestions
2024-05-14 10:49:09 +00:00
qiangxuhui
537b56b139
Add loongarch64 CI support
2024-05-14 08:15:28 +00:00
Alexey Milovidov
46bd25128c
Merge branch 'master' into clang-18-ci
2024-05-06 02:51:58 +02:00
Robert Schulze
6af89ecf12
Revert "Disable s390x build"
...
This reverts commit 116393c951
.
2024-04-30 10:02:19 +00:00
Nikita Mikhaylov
5c2fa14287
Merge branch 'master' into clang-18-ci
2024-04-25 13:19:17 +02:00
Alexey Milovidov
e65dc63609
Merge branch 'master' into rust_vendor
2024-04-16 10:10:34 +02:00
Alexey Milovidov
164a8d6097
Merge branch 'master' into clang-18-ci
2024-04-12 03:49:10 +02:00
Raúl Marín
26469c9c10
Update rustc to nightly-2024-04-01
2024-04-09 19:16:46 +02:00
Robert Schulze
116393c951
Disable s390x build
2024-04-08 11:04:11 +00:00
Yakov Olkhovskiy
db3d923d4c
return WITH_COVERAGE, fix build
2024-04-03 20:25:29 +00:00
Yakov Olkhovskiy
8d667ad5a3
fix build.sh
2024-04-01 22:55:51 +00:00
Yakov Olkhovskiy
99e25d762c
remove WITH_COVERAGE for fuzzers build
2024-04-01 12:28:51 +00:00
Alexey Milovidov
bfc7c3c89e
Remove clickhouse-diagnostics
2024-03-21 02:52:51 +01:00
Alexey Milovidov
05357bce5c
Merge branch 'master' into clang-18-ci
2024-03-15 07:28:04 +01:00
Mikhail f. Shiryaev
277032e444
Move the least updating cctools into beginning, update it
2024-03-14 14:16:33 +01:00
Mikhail f. Shiryaev
c3aefb28e5
Remove unnecessary layers from clickhouse/cctools
2024-03-14 14:13:15 +01:00
Alexey Milovidov
d3872b155e
Merge branch 'master' into clang-18-ci
2024-03-13 09:35:58 +01:00
Nikita Mikhaylov
cfa042cb04
Merge branch 'master' of github.com:ClickHouse/ClickHouse into rip-copier
2024-03-11 15:45:20 +00:00
Alexey Milovidov
9a880c3bb9
Merge branch 'master' into clang-18-ci
2024-03-10 06:59:27 +01:00
Nikita Mikhaylov
2bc4d27ac6
Bye bye
2024-03-07 19:24:39 +00:00
Mikhail f. Shiryaev
922d4cee63
Set the static image tag for cctools sources
2024-03-07 11:58:42 +01:00
Mikhail f. Shiryaev
484453c703
Create a rare-changing clickhouse/cctools
2024-03-07 11:08:56 +01:00
Mikhail f. Shiryaev
0cbfe3421f
Reduce size of test images by removing clang from there
2024-03-07 09:52:25 +01:00
Mikhail f. Shiryaev
cf0780a777
Change the binary-builder directory
2024-03-07 09:52:24 +01:00
Alexey Milovidov
ee772aaf0f
Use clang-18 in CI
2024-02-27 23:17:11 +01:00
robot-clickhouse
64d9d2d467
Automatic style fix
2024-02-07 20:44:35 +00:00
Alexey Milovidov
4d25929d74
A few missing changes
2024-02-07 20:58:40 +01:00
Alexey Milovidov
d65a56d967
Merge branch 'master' into enable-coverage-for-debug-build
2024-02-07 04:58:21 +01:00
Mikhail f. Shiryaev
76c6dc51bf
Unify the apt cleaning part in Dockerfile's
2024-02-01 11:20:23 +01:00
Alexey Milovidov
cc5cc361ef
Fix error
2024-01-18 12:35:49 +01:00
Alexey Milovidov
cb73be8757
Merge branch 'enable-coverage-for-debug-build' of github.com:ClickHouse/ClickHouse into enable-coverage-for-debug-build
2024-01-14 05:15:08 +01:00
Alexey Milovidov
6405decbb0
Fix Python
2024-01-14 05:14:54 +01:00
robot-clickhouse
0219d58d92
Automatic style fix
2024-01-14 02:56:50 +00:00
Alexey Milovidov
1afc5e8c01
Enable coverage for debug build
2024-01-14 03:45:42 +01:00
Blargian
58cdda5265
updated docker/packager/README.md to use clang-17 and not clang-14 as required by packager python script
2023-12-30 22:04:45 +01:00
Max K
84e5870b71
Reapply "improve CI with digest for docker, build and test jobs" ( #57904 )
...
* Revert "Revert "improve CI with digest for docker, build and test jobs""
* fix: docker manifest merge for missing images only
2023-12-18 09:07:22 +01:00
Alexey Milovidov
4ff0eefe23
Merge pull request #57905 from ClickHouse/thiny-builder
...
Remove heavy rust stable toolchain
2023-12-15 21:47:48 +01:00
Mikhail f. Shiryaev
55467c5cfa
Remove heavy rust stable toolchain
2023-12-15 16:35:13 +01:00
Max K
8c7add0334
Revert "improve CI with digest for docker, build and test jobs ( #56317 )"
...
This reverts commit 7844fcc196
.
2023-12-15 15:48:01 +01:00
Max K
7844fcc196
improve CI with digest for docker, build and test jobs ( #56317 )
...
* CI with digests to tag docker images, reuse builds, reuse tests and others
2023-12-15 15:21:20 +01:00
Alexey Milovidov
8ec4a90cb4
Fix error
2023-11-26 17:55:13 +01:00