Skip to content

Commit

Permalink
fix: drop version-locked patched python
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenandpork committed Dec 10, 2024
1 parent 29e6d70 commit ff6fef6
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions examples/cross-helloworld/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ module(
version = "1.0",
)

# patch so that i686 is treated like x86_64
archive_override(
module_name = "rules_python",
integrity = "sha256-vgS2Nce+RgS+HvIFQumHCvPEl3jOhB7i2S/LQvnZUWo=",
patches = [
"//bzl/patches:chickenandpork-i686-mostly-acts-like-x86_64.patch",
], # patch_strip=1
strip_prefix = "rules_python-0.35.0",
urls = [
"https://github.com/bazelbuild/rules_python/releases/download/0.35.0/rules_python-0.35.0.tar.gz",
],
)
## patch so that i686 is treated like x86_64
#archive_override(
# module_name = "rules_python",
# integrity = "sha256-vgS2Nce+RgS+HvIFQumHCvPEl3jOhB7i2S/LQvnZUWo=",
# patches = [
# "//bzl/patches:chickenandpork-i686-mostly-acts-like-x86_64.patch",
# ], # patch_strip=1
# strip_prefix = "rules_python-0.35.0",
# urls = [
# "https://github.com/bazelbuild/rules_python/releases/download/0.35.0/rules_python-0.35.0.tar.gz",
# ],
#)

bazel_dep(name = "aspect_bazel_lib", version = "2.9.4")
bazel_dep(name = "rules_synology")
Expand Down

0 comments on commit ff6fef6

Please sign in to comment.