Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
olonho committed Aug 17, 2021
1 parent b18d6d2 commit dd0be8d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 75 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ Update `version` in [.github/workflows/build.yml](https://github.com/JetBrains/s
## Building locally

```sh
python3 script/checkout.py --version m92-a77a4620d2
python3 script/checkout.py --version m93-87e8842e8c
python3 script/build.py
python3 script/archive.py
```

To build a debug build:

```sh
python3 script/checkout.py --version m92-a77a4620d2
python3 script/checkout.py --version m93-87e8842e8c
python3 script/build.py --build-type Debug
python3 script/archive.py --build-type Debug
```
32 changes: 0 additions & 32 deletions patches/OneLineShaper.patch

This file was deleted.

39 changes: 0 additions & 39 deletions patches/SkSVGDOM.h.patch

This file was deleted.

4 changes: 2 additions & 2 deletions script/update_version.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"/..
OLDVER=m92-81ce29695f
NEWVER=m92-a77a4620d2
OLDVER=m92-a77a4620d2
NEWVER=m93-87e8842e8c
find -E $ROOT/script *.md .github -regex '.*\.(py|md|yml)' -exec sed -i '' -e "s/$OLDVER/$NEWVER/g" {} \;

0 comments on commit dd0be8d

Please sign in to comment.