Skip to content

Commit

Permalink
refactor: release rules_pact instead of pact-helper
Browse files Browse the repository at this point in the history
  • Loading branch information
opicaud committed Oct 23, 2023
1 parent f6ee5c0 commit 1a17625
Show file tree
Hide file tree
Showing 20 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ bazel_dep(name = "platforms", version = "0.0.7")
bazel_dep(name = "rules_pact", version = "")
local_path_override(
module_name = "rules_pact",
path = "pact-helper",
path = "rules_pact",
)
bazel_dep(name = "stardoc", version = "0.6.2")

Expand Down Expand Up @@ -106,7 +106,7 @@ use_repo(oci, "distroless_go")
go_deps = use_extension("@bazel_gazelle//:extensions.bzl", "go_deps")
go_deps.module_override(
patches = [
"//pact-helper/lib:pact_ffi.patch",
"//rules_pact/lib:pact_ffi.patch",
],
path = "github.com/pact-foundation/pact-go/v2",
)
Expand Down
3 changes: 0 additions & 3 deletions pact-helper/package.json

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
+
+cc_import(
+ name = "pact_ffi_cc_import",
+ shared_library = "@@//pact-helper:pact_ffi",
+ shared_library = "@@//rules_pact:pact_ffi",
+ visibility = ["//visibility:public"],
+)
\ No newline at end of file
3 changes: 3 additions & 0 deletions rules_pact/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name": "rules_pact"
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1a17625

Please sign in to comment.