ClickHouse/docs/en/development
Robert Schulze 7c11f41038
Removed funny objcopy/strip finding logic on Apple
On Darwin, the build script tries to
1. use llvm-objcopy/llvm-strip from $PATH,
2. if not found by 1., use standard objcopy/strip from $PATH

The brew install instructions recommends to set $PATH to brew's binary
dir, so 2. will find something (assuming binutils is installed from
brew). If $PATH additionally points to brew's LLVM binary dir (which is
different from brew's binary dir), 1. will find the llvm versions of the
tools.

This commit removes additional logic which repeats above steps in a more
implicit way by calling brew internally and figuring out the paths once
more if 1. and 2. cannot find them in the $PATH. This removes
duplication and simplifies the script. Maybe it even helps with
reproducibility.
2022-05-15 16:06:54 +02:00
..
_category_.yml Force the workflow action 2022-04-19 17:07:14 -06:00
adding_test_queries.md Revised /en folder 2022-04-09 07:34:21 -06:00
architecture.md more info + fixes 2022-05-03 11:22:07 +02:00
browse-code.md Revised /en folder 2022-04-09 07:34:21 -06:00
build-cross-arm.md Revised /en folder 2022-04-09 07:34:21 -06:00
build-cross-osx.md Revised /en folder 2022-04-09 07:34:21 -06:00
build-cross-riscv.md Revised /en folder 2022-04-09 07:34:21 -06:00
build-osx.md Removed funny objcopy/strip finding logic on Apple 2022-05-15 16:06:54 +02:00
build.md Update required CMake version in build.md 2022-04-25 12:48:54 +02:00
cmake-in-clickhouse.md Make color output a CMake option and fix setting for makefile generator 2022-05-15 09:48:02 +02:00
continuous-integration.md Fixed broken links 2022-04-11 09:55:54 -06:00
contrib.md Revised /en folder 2022-04-09 07:34:21 -06:00
developer-instruction.md Revised /en folder 2022-04-09 07:34:21 -06:00
index.md Move symlinks to clickhouse-docs, restore development/index.md 2022-04-19 21:52:21 +02:00
integrating_rust_libraries.md [docs] title doesn't need a period + make it shorter (#36678) 2022-04-26 21:09:03 +03:00
style.md Recommend syntactic sugar for better readability in code style 2022-05-08 08:44:22 +02:00
tests.md Small update of testing guide 2022-05-11 14:38:16 +02:00