Skip to content

Commit

Permalink
Remove the libxml2 port
Browse files Browse the repository at this point in the history
  • Loading branch information
donny-dont committed Jan 14, 2025
1 parent 997eaec commit b75d9b8
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 192 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
id: libxml2
if: steps.icu.outcome == 'success'
continue-on-error: true
run: ./vcpkg.exe install libxml2[xslt] --overlay-ports ./WebKitRequirements/ports --overlay-triplets ./WebKitRequirements/triplets --triplet ${{ matrix.triplet }}
run: ./vcpkg.exe install libxml2[core] --overlay-ports ./WebKitRequirements/ports --overlay-triplets ./WebKitRequirements/triplets --triplet ${{ matrix.triplet }}
- name: Read libxml2 config
if: steps.libxml2.outcome == 'success' || steps.libxml2.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 @@ -23,5 +23,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 |
| [cairo](https://gitlab.freedesktop.org/cairo/cairo) | 1.18.0 | 2023-09-23 |
41 changes: 0 additions & 41 deletions ports/libxml2/patches/0001-Remove-library-suffix-on-Windows.patch

This file was deleted.

123 changes: 0 additions & 123 deletions ports/libxml2/portfile.cmake

This file was deleted.

26 changes: 0 additions & 26 deletions ports/libxml2/vcpkg.json

This file was deleted.

0 comments on commit b75d9b8

Please sign in to comment.