Scripts to create debian sysroot image for building electron
Перейти к файлу
Cheng Zhao ddd50240e7
feat: add "URL" field to sysroots.json (#29)
2023-09-18 13:34:19 -04:00
.circleci build: refactor `sysroot-creator.sh` (CL:4535715) (#26) 2023-05-23 11:15:00 -04:00
.github ci: add semantic commit action (#28) 2023-05-29 10:45:40 +02:00
build/linux/sysroot_scripts feat: add "URL" field to sysroots.json (#29) 2023-09-18 13:34:19 -04:00
.gitignore Use Chromium codebase layout 2017-05-06 23:31:45 +09:00
LICENSE Use Chromium codebase layout 2017-05-06 23:31:45 +09:00
README.md update README 2018-10-04 09:58:51 -07:00

README.md

A set of scripts for creating linux sysroot images, copied from Chromium.

This fork adds some necessary dependencies for Electron, and upload the images to Electron's S3 bucket.

Original link: https://chromium.googlesource.com/chromium/src/+/master/build/linux/sysroot_scripts/

How it works

debian-sysroot-image-creator automatically builds and uploads images, the workflow is:

  1. Push some commits to debian-sysroot-image-creator
  2. CircleCI builds and uploads the image, and then generates the sysroots.json file
  3. Download the sysroots.json file from the Artifacts tab of the CI job, and copy it to Electron

To verify if the scripts are working, run ./build/linux/sysroot_scripts/build_and_upload.py locally (on Linux)