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
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
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
Peter
1df42bb86b
Remove original article because it's redundant
2024-03-03 22:49:11 +08: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
Robert Schulze
9b2a65e10e
Docs: Update instructions to fetch the repo
2023-11-08 19:51:02 +00:00
robot-clickhouse
25558fe0a6
Merge pull request #56390 from ClickHouse/vdimir/doc_architecture_upd_streams
...
Update development documentation about data streams
2023-11-07 00:54:31 +01:00
vdimir
c583b992ba
Update development documentation about data streams
2023-11-06 18:42:56 +00:00
Alexey Milovidov
b4982e90da
Update build-cross-riscv.md
2023-11-04 02:51:48 +03:00
Robert Schulze
6d08a441fa
Update build-cross-osx.md
2023-11-02 12:41:31 +01:00
yokofly
84fd2191c9
fix comment:
...
Simplify ARM build instructions with replacement note
2023-11-02 03:55:22 -07:00
yokofly
d2f9107889
clean blank
2023-11-01 18:47:56 -07:00
yokofly
6927a2cadf
[Docs] Update cross-compilation guide for OSX
...
This commit addresses two primary changes:
1. Sync the cross-compilation code for use in the CI action docker:
- Use `--depth=1` during cloning to reduce clone times.
- Update to a newer version of the macOS SDK.
see:
eb3a7caa74/docker/packager/binary/Dockerfile (L82)
2. Intro cross-compilation support for aarch64 OSX. The key change involves replacing the `x86_64` phase with `aarch64`, which is the current configuration we use.
2023-11-01 05:46:18 -07:00
Justin de Guzman
a011990fd7
Add clangd recommendation for VS Code ( #56071 )
...
* Add clangd recommendation for VS Code
* Edit docs for clarity and add links
* Adds new words to dictionary. Sorts dictionary.
---------
Co-authored-by: johnnymatthews <9611008+johnnymatthews@users.noreply.github.com>
2023-10-31 16:35:47 +01:00
Max Kainov
fc9a5a725c
Revert "Revert "Integration check script fix ups""
...
This reverts commit 67b9407530
.
2023-10-17 08:18:17 +00:00
Michael Kolupaev
ce7eca0615
DWARF input format ( #55450 )
...
* Add ReadBufferFromFileBase::isRegularLocalFile()
* DWARF input format
* Review comments
* Changed things around ENABLE_EMBEDDED_COMPILER build setting
* Added 'ranges' column
* no-msan no-ubsan
2023-10-16 17:00:07 -07:00
alesapin
67b9407530
Revert "Integration check script fix ups"
2023-10-16 22:01:44 +02:00
Max Kainov
683437c61c
fix docs and script
2023-10-16 10:35:14 +00:00
Max Kainov
60ad1c79bd
fix docs
2023-10-16 10:35:14 +00:00
Robert Schulze
d31a43a379
Remove Woboq
2023-09-18 17:44:04 +00:00
Robert Schulze
3a3a00f95e
Bump minimal required compiler to Clang 16
2023-09-18 17:44:04 +00:00
Alexey Milovidov
d475dc424e
Merge pull request #53701 from ClibMouse/feature/qemu-s390x-docs
...
Update s390x VSCode environment setup
2023-08-23 18:29:45 +03:00
Serge Klochkov
9138557251
Update build.md
2023-08-08 15:36:10 +02:00
Serge Klochkov
a9a47a5aaa
Update build.md
...
Update Linux build docs
2023-08-08 14:51:58 +02:00
Anton Popov
92cb5e9ae3
Merge pull request #52687 from alkorgun/fix-named-collections-on-cluster-23.7
...
Fix named collections on cluster 23.7
2023-08-03 14:50:28 +02:00
Mikhail f. Shiryaev
e5087d14ab
Merge branch 'master' into fix-packager
2023-08-01 12:04:06 +02:00
Илья Коргун
b3834a3a5b
Add bugfix validate check description
2023-07-30 08:59:44 +03:00
Alexey Milovidov
0d0ec4cdf3
Merge branch 'master' into iaadeflate_upgrade_qpl_v1.2.0
2023-07-25 06:47:15 +03:00
jinjunzh
8ed2feeb04
modify docs for build clickhouse with qpl
2023-07-18 14:04:31 -04:00