blob: 4ecc24cab548e45a8e2322b0af1f2d830ca6adb6 [file] [log] [blame]
Scripts for building intellij native tools.
Source code is located at //tools/idea/native
Resulting binaries checked into //tools/idea/bin
Linux tools are built in docker image
- so that resulting binaries are compatible with older glibc version that users might have on their machines
- docker image incapsultes custom toolchains required to build linux tools. We don't need to check-in and manage those toolchains in repo
Docker image itself is created by build-docker.sh