updated JTreg exclude list

(cherry picked from commit bdd644eaac65df174131c41e4165d3f17332f3e0)
1 file changed
tree: b00948443b3093bbd48adc079b0f846ae3fffb63
  1. .idea/
  2. .jcheck/
  3. bin/
  4. doc/
  5. jb/
  6. make/
  7. src/
  8. test/
  9. .gitignore
  10. .hgignore
  11. .hgtags
  12. ADDITIONAL_LICENSE_INFO
  13. ASSEMBLY_EXCEPTION
  14. configure
  15. LICENSE
  16. Makefile
  17. modules.list
  18. README
  19. README.md
README.md

official JetBrains project

Downloads

Windows-x64macOSLinux-x64

How JetBrains Runtime is organised

Workspaces

github.com/JetBrains/JetBrainsRuntime

Getting sources

OSX, Linux:

git config --global core.autocrlf input
git clone git@github.com:JetBrains/JetBrainsRuntime.git

Windows:

git config --global core.autocrlf false
git clone git@github.com:JetBrains/JetBrainsRuntime.git

Configure Local Build Environment

Linux (docker)

$ cd jb/project/docker
$ docker build .
...
Successfully built 942ea9900054

$ docker run -v `pwd`../../../../:/JetBrainsRuntime -it 942ea9900054

# cd /JetBrainsRuntime
# sh ./configure
# make images CONF=linux-x86_64-normal-server-release

Linux (Ubuntu 18.10 desktop)

$ sudo apt-get install autoconf make build-essential libx11-dev libxext-dev libxrender-dev libxtst-dev libxt-dev install libcups2-dev libfontconfig1-dev libasound2-dev 

$ cd JetBrainsRuntime
$ sh ./configure --disable-warnings-as-errors
$ make images

Windows

TBD

OSX

TBD

Contribution

We will be happy to receive your pull requests. Before you submit one, please sign our Contributor License Agreement (CLA) https://www.jetbrains.com/agreements/cla/