Skip to content

Commit

Permalink
[ci] Revert "Use mirror repository for liblzma (wpilibsuite#6499)" (w…
Browse files Browse the repository at this point in the history
…pilibsuite#6506)

This reverts commit c46847b.
  • Loading branch information
calcmogul authored Apr 10, 2024
1 parent 02c78bc commit 3a5d24a
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 261 deletions.
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.

0 comments on commit 3a5d24a

Please sign in to comment.