Skip to content

Commit

Permalink
Remove the sqlite port
Browse files Browse the repository at this point in the history
  • Loading branch information
donny-dont committed Jan 14, 2025
1 parent bb3d98d commit 997eaec
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 461 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ jobs:
id: sqlite3
if: steps.vcpkg.outcome == 'success'
continue-on-error: true
run: ./vcpkg.exe install sqlite3 --overlay-ports ./WebKitRequirements/ports --overlay-triplets ./WebKitRequirements/triplets --triplet ${{ matrix.triplet }}
run: ./vcpkg.exe install sqlite3[json1,fts3,rtree] --overlay-ports ./WebKitRequirements/ports --overlay-triplets ./WebKitRequirements/triplets --triplet ${{ matrix.triplet }}
- name: Read sqlite3 config
if: steps.sqlite3.outcome == 'success' || steps.sqlite3.outcome == 'failure'
continue-on-error: true
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@
| [icu](http://site.icu-project.org) | 76.1 | 2024-10-24 |
| [curl](https://curl.se) | 8.11.0 | 2024-11-05 |
| [libxml2](http://xmlsoft.org) | 2.13.5 | 2024-11-12 |
| [sqlite](http://sqlite.org) | 3.47.0 | 2024-10-21 |
| [cairo](https://gitlab.freedesktop.org/cairo/cairo) | 1.18.0 | 2023-09-23 |
Loading

0 comments on commit 997eaec

Please sign in to comment.