Skip to content

JetBrains/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 m116-47d3027-1
python3 script/build.py
python3 script/archive.py --version m116-47d3027-1

To build a debug build:

python3 script/checkout.py --version m116-47d3027-1
python3 script/build.py --build-type Debug
python3 script/archive.py --version m116-47d3027-1 --build-type Debug