Robert Schulze
9e4d976e5e
Fix clickhouse-test invocation
2024-06-27 17:24:43 +00:00
Max K
58b90e15a5
CI: Rename "ClickHouse (special) build check" job
2024-06-22 13:44:12 +02:00
Robert Schulze
5e1ef8aefa
Update tests.md
2024-06-13 15:44:36 +02:00
Robert Schulze
e8ac8d46ff
Update docs/en/development/tests.md
...
Co-authored-by: Raúl Marín <git@rmr.ninja>
2024-06-13 15:43:30 +02:00
Robert Schulze
df607c535c
Docs: Recommend disabling ASLR for sanitizer builds
2024-06-13 13:31:43 +00:00
Azat Khuzhin
11905682a9
Check python code with flake8
...
Recently assert-on-tuple had been introduced in tests [1], let's prevent
this.
[1]: https://github.com/ClickHouse/ClickHouse/pull/56367#discussion_r1437098533
v2: pin flake8 to 4.0.1 (instead of originally 6.1) due to other dependencies, hope that it will find such errors
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-06-05 14:46:38 +02:00
Mikhail f. Shiryaev
0fe2c1dae4
Use tests/ci/style_check.py to check the style
2024-06-04 21:58:36 +02:00
Robert Schulze
744284425f
Update docs/en/development/contrib.md
...
Co-authored-by: Konstantin Bogdanov <thevar1able@users.noreply.github.com>
2024-05-29 12:58:57 +02:00
Robert Schulze
c3cd8ea97e
Update docs/en/development/contrib.md
...
Co-authored-by: Konstantin Bogdanov <thevar1able@users.noreply.github.com>
2024-05-29 12:55:11 +02:00
Robert Schulze
cfdc0cf7e7
Update docs/en/development/contrib.md
...
Co-authored-by: Konstantin Bogdanov <thevar1able@users.noreply.github.com>
2024-05-29 12:54:42 +02:00
Robert Schulze
85f4de47fd
Update docs/en/development/contrib.md
...
Co-authored-by: Konstantin Bogdanov <thevar1able@users.noreply.github.com>
2024-05-29 12:54:35 +02:00
Robert Schulze
0cb8793ceb
Update docs/en/development/contrib.md
...
Co-authored-by: Konstantin Bogdanov <thevar1able@users.noreply.github.com>
2024-05-29 12:54:29 +02:00
Robert Schulze
73ce2ecc93
Docs: Update third-party library guide
2024-05-29 10:43:15 +00:00
Shaun Struwig
f8fc1fa338
Merge branch 'master' into document_revision
2024-05-23 16:00:38 +02:00
Blargian
ce26c4f657
Review changes and replace … with ...
2024-05-23 13:54:45 +02:00
qiangxuhui
d549fd79d9
Fix code: replace LOONGARCH64
with LoongArch64
in some files
2024-05-16 09:50:17 +00:00
qiangxuhui
97a5de9653
Initial support for loongarch64
...
Make ClickHouse compilable and runnable on loongarch64
So far only basic functionality was tested (on real hw),
clickhouse server runs, exceptions works, client works,
simple tests works.
2024-05-14 07:45:26 +00:00
Alexey Milovidov
773654c46e
Merge branch 'master' of github.com:ClickHouse/ClickHouse into clang-18-ci
2024-05-08 21:24:04 +02:00
Robert Schulze
b64ad9ac28
Update s390x build docs
2024-05-06 14:15:47 +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
Robert Schulze
769ef731bc
Add a comment that s390x builds are temporarily disabled
2024-04-15 16:39:03 +00:00
Robert Schulze
7dc05d092b
Merge remote-tracking branch 'rschu1ze/master' into be-less-boring-32
2024-04-15 16:35:10 +00:00
Raúl Marín
69245545fa
Merge branch 'master' into rust_vendor
2024-04-15 10:57:01 +01:00
Mikhail f. Shiryaev
e00e0ad651
Fix a false statement
2024-04-12 14:32:59 +02:00
Mikhail f. Shiryaev
81f97921ce
Add requirement for ccache/sccache into dev docs
2024-04-12 14:17:08 +02:00
Alexey Milovidov
164a8d6097
Merge branch 'master' into clang-18-ci
2024-04-12 03:49:10 +02:00
Raúl Marín
f2f45a054c
Fix style
2024-04-09 20:34:52 +02:00
Raúl Marín
88245e72e3
Update build docs
2024-04-09 19:32:39 +02:00
Robert Schulze
dca6e0abbd
Fix the build (after boringssl submodule removal)
2024-04-08 11:02:41 +00:00
Rich Raposa
12a619f388
Modify cmake command for building clickhouse on MacOS
...
This seems subtle, but for some reason it makes a big difference. If you set the environment variables before running `cmake`, they get ignored. After many, many attempts I finally figured out this solution - which worked great on my Mac.
2024-03-25 21:56:13 -06:00
Azat Khuzhin
62994ab0c1
doc: add a note how to disable Rust support
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-03-25 10:13:08 +01:00
Azat Khuzhin
d859e4368f
doc: move ENABLE_LIBRARIES=OFF into proper section
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-03-25 10:12:51 +01:00
Alexey Milovidov
9a880c3bb9
Merge branch 'master' into clang-18-ci
2024-03-10 06:59:27 +01:00
Alexey Milovidov
629af21701
Update build.md
2024-03-04 05:52:47 +03:00
Alexey Milovidov
3476e36e87
Update build.md
...
1. Add `apt-get update` command.
2. Put Docker to the bottom.
2024-03-04 05:50:43 +03:00
Alexey Milovidov
6df3179341
Merge branch 'master' of github.com:ClickHouse/ClickHouse into clang-18-ci
2024-03-03 23:02:20 +01:00
Peter
1df42bb86b
Remove original article because it's redundant
2024-03-03 22:49:11 +08:00
Alexey Milovidov
ee772aaf0f
Use clang-18 in CI
2024-02-27 23:17:11 +01:00
rogeryk
65474216e0
Update build-osx.md
...
The NASM is required, The corresponding installation is missing from the doc.
2024-02-25 16:50:41 +08:00
Igor Nikonov
062602d433
Merge remote-tracking branch 'origin/master' into docs_fix_typos
2024-02-15 18:22:00 +00:00
Jake Bamrah
4f305cca41
Update min. clang version in Getting Started docs
2024-02-14 22:55:54 +00:00
Nikolai Fedorovskikh
a98af159b5
[Docs] fix some typos and missing commas
2024-02-13 02:10:41 +01:00
Blargian
df439dcfdd
updated development documentation to warn about parallel tests failing if .tmp file names aren't unique (for new contributors)
2024-01-30 14:36:08 +01:00
Alexey Milovidov
48a397577c
Add a style check against DOS and Windows
2023-12-29 13:10:40 +01:00
Raúl Marín
b269f87f4c
Better text_log with ErrnoException
2023-12-15 19:27:56 +01:00
Robert Schulze
efa2e0341a
Docs: Fix typo
2023-12-12 08:45:25 +00:00
Robert Schulze
4c14758f23
Some fixups
2023-12-11 10:23:54 +00:00
Tanya Bragin
a39f3ea9f4
Update developer-instruction.md - add MacOSX link to general guide
...
Refer to MacOSX (and other OS & arch specific guides) in the build section of the general guide.
cc @rschu1ze Per our chat, feel free to reject if you think it's not helpful.
2023-12-10 15:33:48 -08:00
Alexey Milovidov
bb084466c4
Update build-cross-osx.md
2023-12-08 23:51:12 +03:00