Skip to content

Packing Skia builds (Fork using EGL instead of GLX on Linux)

License

Notifications You must be signed in to change notification settings

silenium-dev/skia-pack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

internal JetBrains project

Automated Skia builds

This repo is dedicated to building Skia binaries for use in Skiko.

Prebuilt binaries

Prebuilt binaries can be found in releases.

Building next version of Skia

  1. Find the release commit in Skia repository (look for chrome/mXXX branch)
  2. Rebase skiko branch in Skia fork repository on this commit and force push
  3. Update version in .github/workflows/build.yml.

Building locally

python3 script/checkout.py --version m126-d2aaacc35d-4
python3 script/build.py
python3 script/archive.py --version m126-d2aaacc35d-4

To build a debug build:

python3 script/checkout.py --version m126-d2aaacc35d-4
python3 script/build.py --build-type Debug
python3 script/archive.py --version m126-d2aaacc35d-4 --build-type Debug

About

Packing Skia builds (Fork using EGL instead of GLX on Linux)

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Python 92.5%
  • Shell 7.5%