Skip to content

Commit

Permalink
fix: update patches
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent committed Jan 15, 2025
1 parent 5fcbe0a commit 3e55bf7
Show file tree
Hide file tree
Showing 6 changed files with 200 additions and 203 deletions.
2 changes: 1 addition & 1 deletion apply_patches.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import glob
import patch_ng

for patch_file in glob.glob("patches/*.patch"):
for patch_file in glob.glob("patches/*.diff"):
patchset = patch_ng.fromfile(patch_file)
if not patchset:
raise RuntimeError(f"Failed to parse patch: {patch_file}")
Expand Down
121 changes: 0 additions & 121 deletions patches/0001-add-debian-support.patch

This file was deleted.

35 changes: 0 additions & 35 deletions patches/0002-add-manylinux_2_31.patch

This file was deleted.

23 changes: 0 additions & 23 deletions patches/0003-build-shared-python.patch

This file was deleted.

23 changes: 0 additions & 23 deletions patches/0004-deploy-to-ghcr.patch

This file was deleted.

Loading

0 comments on commit 3e55bf7

Please sign in to comment.