Skip to content

Commit

Permalink
feat: chrome/m101
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Apr 4, 2022
1 parent e7fff8f commit 0b77261
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
target: 'x86_64-unknown-linux-gnu'
downloadTarget: ''
docker: |
docker pull ghcr.io/brooooooklyn/canvas/debian-builder:stretch
docker tag ghcr.io/brooooooklyn/canvas/debian-builder:stretch builder
docker pull ghcr.io/brooooooklyn/canvas/debian-builder:buster
docker tag ghcr.io/brooooooklyn/canvas/debian-builder:buster builder
build: |
docker run --rm -v ~/.cargo/git:/root/.cargo/git -v ~/.cargo/registry:/root/.cargo/registry -v $(pwd):/canvas -w /canvas builder sh -c "yarn build && strip skia.linux-x64-gnu.node"
- host: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion README-zh.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# `skr canvas`

![CI](https://github.com/Brooooooklyn/canvas/workflows/CI/badge.svg)
![Skia Version](https://img.shields.io/badge/Skia-chrome%2Fm99-hotpink)
![Skia Version](https://img.shields.io/badge/Skia-chrome%2Fm101-hotpink)
[![install size](https://packagephobia.com/badge?p=@napi-rs/canvas)](https://packagephobia.com/result?p=@napi-rs/canvas)
[![Downloads](https://img.shields.io/npm/dm/@napi-rs/canvas.svg?sanitize=true)](https://npmcharts.com/compare/@napi-rs/canvas?minimal=true)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# `skr canvas`

![CI](https://github.com/Brooooooklyn/canvas/workflows/CI/badge.svg)
![Skia Version](https://img.shields.io/badge/Skia-chrome%2Fm99-hotpink)
![Skia Version](https://img.shields.io/badge/Skia-chrome%2Fm101-hotpink)
[![install size](https://packagephobia.com/badge?p=@napi-rs/canvas)](https://packagephobia.com/result?p=@napi-rs/canvas)
[![Downloads](https://img.shields.io/npm/dm/@napi-rs/canvas.svg?sanitize=true)](https://npmcharts.com/compare/@napi-rs/canvas?minimal=true)

Expand Down
1 change: 0 additions & 1 deletion scripts/build-skia.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ const GN_ARGS = [
`skia_enable_particles=true`,
`skia_enable_pdf=true`,
`skia_enable_skottie=false`,
`skia_enable_skrive=false`,
`skia_enable_skshaper=true`,
`skia_enable_tools=false`,
`skia_enable_svg=true`,
Expand Down
2 changes: 1 addition & 1 deletion skia
Submodule skia updated 2032 files

0 comments on commit 0b77261

Please sign in to comment.