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
Alexey Milovidov
b2d8103d19
Add special build with Musl
2023-11-26 02:27:54 +01:00
Mikhail f. Shiryaev
c3a3cf8d24
Make check for the limited cmake dependencies the part of sparse checkout
2023-11-20 13:08:49 +01:00
Alexey Milovidov
8c6ed7f28c
Merge pull request #56898 from ClickHouse/simpler-cmake
...
Simpler CMake
2023-11-18 12:26:49 +01:00
Alexey Milovidov
283af96670
Merge branch 'master' into simpler-cmake
2023-11-17 19:02:53 +01:00
Alexey Milovidov
30bd5642e9
Merge branch 'master' into remove-useless-part-from-build
2023-11-17 19:00:09 +01:00
Alexey Milovidov
9eb0b74167
Update Dockerfile
2023-11-17 15:54:32 +03:00
Alexey Milovidov
ea3cd71225
Update Dockerfile
2023-11-17 15:42:10 +03:00
Alexey Milovidov
19dd29e8af
Update Dockerfile
2023-11-17 15:19:00 +03:00
Alexey Milovidov
215cd7b9f2
Update build.sh
2023-11-17 15:13:16 +03:00
Alexey Milovidov
2a9d05e245
Remove more lines
2023-11-17 12:59:04 +01:00
Alexey Milovidov
1d5bc13e2a
Check what will happen if I remove some lines
2023-11-17 12:50:51 +01:00
Alexey Milovidov
318c7a06f9
Avoid dependencies with no fixed versions
2023-11-17 12:39:00 +01:00
Alexey Milovidov
0548eefbb7
Simpler CMake
2023-11-17 11:35:48 +01:00
Alexey Milovidov
4f441ec131
Own CMake for Abseil
2023-11-17 11:32:27 +01:00
Alexey Milovidov
c65607484e
Remove garbage
2023-11-17 10:03:10 +01:00
Alexey Milovidov
c7d8465897
Ensure no new dependencies
2023-11-17 09:12:49 +01:00
Alexey Milovidov
f73b3e10ac
Ensure no new dependencies
2023-11-17 08:46:45 +01:00
Mikhail f. Shiryaev
ed95698ff6
Decrease unnecessary verbosity
2023-11-13 19:38:11 +01:00
Mikhail f. Shiryaev
64d5f636a2
Do not fetch submodules during preparation performance archive
2023-11-13 18:07:25 +01:00
Alexey Milovidov
f2a67ae811
Addition
2023-11-11 09:24:26 +01:00
Mikhail f. Shiryaev
4848baf302
Adjust performance artifacts prepare to the filtered checkout
2023-10-18 00:01:38 +02:00
Ilya Yatsishin
262373c9ef
Merge pull request #51435 from qoega/sources-with-subs
...
Build artifact with sources with submodules in Darwin special build
2023-10-07 11:07:27 +02:00
Mikhail f. Shiryaev
f525f05598
Merge remote-tracking branch 'origin/master' into sources-with-subs
2023-10-03 14:42:24 +02:00
Alexey Milovidov
6c408c7867
Merge pull request #55071 from ClickHouse/nikitamikhaylov-patch-1
...
Use `source` instead of `bash` for pre-build script
2023-09-30 08:58:27 +03:00
Yatsishin Ilya
a78311bd8c
Fix typo in packager when ccache is used
2023-09-28 14:40:13 +00:00
Nikita Mikhaylov
1f78755da2
Update build.sh
2023-09-28 11:47:23 +02:00
Nikita Mikhaylov
5753c3e72f
bash -> source
2023-09-28 00:48:17 +02:00
Nikita Mikhaylov
8ac88645c8
Use different names for variables inside build.sh ( #55067 )
...
* Better
* Even better
2023-09-27 20:50:19 +02:00
Nikita Mikhaylov
02ac8d56ef
Fix prebuild scripts one more time ( #55059 )
...
* Better
* Update build.sh
I made it a little bit shorter.
The main value here that you changed negative condition with positive one. That excludes the cases when some error occur in condition. Since some error during calculation a predicate does not mean that predicate is false logically. It means predicate is just failed. Bash is hard in distinguishing such cases.
* Update build.sh
---------
Co-authored-by: Sema Checherinda <104093494+CheSema@users.noreply.github.com>
2023-09-27 17:10:02 +02:00
Nikita Mikhaylov
f0b570d0c3
Fix pre-build scripts for old branches ( #55032 )
2023-09-26 21:59:51 +02:00
Nikita Mikhaylov
aff486dac1
Additional scripts for packager ( #55000 )
2023-09-26 15:59:57 +02:00
Robert Schulze
cbcff6ef08
Merge remote-tracking branch 'rschu1ze/master' into clang-17
2023-09-20 09:15:58 +00:00
Mikhail f. Shiryaev
4882b99715
Merge pull request #54310 from ClickHouse/ci-libfuzzer-integration
...
CI: libFuzzer integration
2023-09-20 10:01:39 +02:00
Robert Schulze
3a3a00f95e
Bump minimal required compiler to Clang 16
2023-09-18 17:44:04 +00:00
Yakov Olkhovskiy
eb3a7caa74
add zip to build docker
2023-09-17 16:36:49 +00:00
Yakov Olkhovskiy
0847889db6
libFuzzer infrastructure
2023-09-17 16:36:49 +00:00
Yakov Olkhovskiy
46fa7dbb80
add libFuzzer build on 'libFuzzer' label, build produces artifacts
2023-09-17 16:28:50 +00:00
Mikhail f. Shiryaev
c6e531ab27
Do not build and upload apk packages, nobody uses them
2023-09-15 16:48:45 +02:00
Alexey Milovidov
12ff2d7cb1
Merge pull request #52721 from azat/musl-7
...
Fix calculating stack size under musl for the main thread
2023-09-05 18:37:40 +03:00
Azat Khuzhin
d2b31f3447
Merge remote-tracking branch 'u/master' into musl-7
2023-09-04 22:01:02 +02:00
Yakov Olkhovskiy
7afe9ca620
update build script
2023-09-03 19:57:39 +00:00
robot-clickhouse
c8e0b8267d
Automatic style fix
2023-09-03 17:49:25 +00:00
Yakov Olkhovskiy
97317a07f1
remove oss-fuzz build, add fuzzers build
2023-09-03 17:28:44 +00:00
Yakov Olkhovskiy
fa7994de3b
Merge pull request #53181 from ClickHouse/ci-build-s390x
...
Add Linux s390x build to CI
2023-08-12 09:16:07 -04:00
Yakov Olkhovskiy
ad7c60e216
fix
2023-08-10 21:08:47 +00:00