We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d16b56 commit 98a8d5cCopy full SHA for 98a8d5c
MODULE.bazel
@@ -32,12 +32,12 @@ archive_override(
32
urls = ["https://github.com/ebiggers/libdeflate/archive/refs/heads/master.zip"],
33
)
34
35
-git_override(
+archive_override(
36
module_name = "openjph",
37
patches = [
38
"//bazel:openjph_add_build_file.patch",
39
"//bazel:openjph_module_dot_bazel.patch",
40
],
41
- branch = "supporting_differing_components",
42
- remote = "https://github.com/aous72/OpenJPH.git",
43
-)
+ strip_prefix = "OpenJPH-supporting_differing_components",
+ urls = ["https://github.com/aous72/OpenJPH/archive/refs/heads/supporting_differing_components.zip"],
+)
0 commit comments