Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeards committed Dec 19, 2024
1 parent 9e32584 commit e097fa2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions modules/check/0.15.2/patches/add_build_file.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- /dev/null
+++ BUILD.bazel
@@ -0,0 +1,15 @@
@@ -0,0 +1,14 @@
+load("@rules_foreign_cc//foreign_cc:defs.bzl", "cmake")
+
+filegroup(
Expand All @@ -11,7 +11,6 @@
+cmake(
+ name="check",
+ lib_source = ":all_srcs",
+ #out_static_libs = ["libcheck.a", "liblibcompat.a"],
+ out_static_libs = ["libcheck.a"],
+ linkopts =["-lrt"],
+ visibility = ["//visibility:public"],
Expand Down
2 changes: 1 addition & 1 deletion modules/check/0.15.2/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ matrix:
- debian10
- ubuntu2004
bazel:
- 8.x
- 7.x
- 6.x
tasks:
verify_targets:
name: Verify build targets
Expand Down
2 changes: 1 addition & 1 deletion modules/check/0.15.2/source.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"integrity": "sha256-qN5OC6z7TXbdHGGN7SY1I7U7hdkqFG2INesaUpMvogo=",
"strip_prefix": "check-0.15.2",
"patches": {
"add_build_file.patch": "sha256-fRiZLpR+GEadcBPqdochZ7VT1atxHPRvNMq4VvjsYAg=",
"add_build_file.patch": "sha256-8Xq7WLYk1k54AWpedJcQjixvHXyGd/tPqgKFJxTzY1A=",
"module_dot_bazel.patch": "sha256-+xh4zRz0/HENCGs8EH3lrcblSI2j7PbAlqvgaXV7deY="
},
"patch_strip": 0
Expand Down

0 comments on commit e097fa2

Please sign in to comment.