Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "[ci] Use mirror repository for liblzma (#6499)" #6506

Merged
merged 1 commit into from
Apr 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@ jobs:
name: "Build - Windows"
runs-on: windows-2022
steps:
- name: Check XZ-Utils Upstream
# If this fails, tukaani-project/xz is back online and the liblzma overlay patch should be removed.
run: Invoke-RestMethod -SkipHttpErrorCheck -StatusCodeVariable "sc" -Uri https://api.github.com/repos/tukaani-project/xz > $null; if($sc -eq 200) {$LastExitCode = 1; Write-Output "tuukani-project/xz is reachable. liblzma overlay patch should be removed."} else { $LastExitCode = 0}

- uses: ilammy/msvc-dev-cmd@v1

- name: Install CMake
Expand Down
1 change: 0 additions & 1 deletion .styleguide
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ modifiableFileExclude {
cmake/toolchains/
\.patch$
gradlew
vcpkg-ports/
}

generatedFileExclude {
Expand Down
5 changes: 0 additions & 5 deletions vcpkg-configuration.json

This file was deleted.

20 changes: 0 additions & 20 deletions vcpkg-ports/liblzma/add_support_ios.patch

This file was deleted.

20 changes: 0 additions & 20 deletions vcpkg-ports/liblzma/build-tools.patch

This file was deleted.

12 changes: 0 additions & 12 deletions vcpkg-ports/liblzma/fix_config_include.patch

This file was deleted.

86 changes: 0 additions & 86 deletions vcpkg-ports/liblzma/portfile.cmake

This file was deleted.

9 changes: 0 additions & 9 deletions vcpkg-ports/liblzma/usage

This file was deleted.

64 changes: 0 additions & 64 deletions vcpkg-ports/liblzma/vcpkg-cmake-wrapper.cmake

This file was deleted.

23 changes: 0 additions & 23 deletions vcpkg-ports/liblzma/vcpkg.json

This file was deleted.

17 changes: 0 additions & 17 deletions vcpkg-ports/liblzma/win_output_name.patch

This file was deleted.

Loading