Skip to content

Commit

Permalink
Update for compile JCEF
Browse files Browse the repository at this point in the history
  • Loading branch information
RikudouPatrickstar committed Apr 14, 2022
1 parent 4c733d0 commit 9f69274
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/jbr-linux-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,7 @@ jobs:
ANT_HOME: /usr/share/ant
run: |
git clone https://github.com/JetBrains/jcef.git jcef
cd jcef
mkdir jcef_build && cd jcef_build
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release ..
make -j4
cd ../jb/tools/linux && chmod +x *
cd jcef/jb/tools/linux && chmod +x *
./build.sh all
- name: List Paths
Expand All @@ -71,10 +67,11 @@ jobs:
git config --global core.autocrlf input
git clone -b master --single-branch https://github.com/JetBrains/JetBrainsRuntime.git
cd JetBrainsRuntime
mkdir jcef_linux_x64 && tar zxf ../jcef/jcef_linux_x64.tar.gz -C jcef_linux_x64
git apply -p0 < jb/project/tools/patches/add_jcef_module.patch
mv ../idea.patch ./
patch -p1 < idea.patch
sh ./configure --disable-warnings-as-errors --with-import-modules=../jcef/out/linux64/modular-sdk
sh ./configure --disable-warnings-as-errors --with-import-modules=./jcef_linux_x64/modular-sdk
make images
- name: List Paths
Expand Down

0 comments on commit 9f69274

Please sign in to comment.