Skip to content

Commit

Permalink
su-exec@0.0.0-20221219-4c3bb42
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorel-35 committed May 10, 2024
1 parent 3efd551 commit 0c0eb07
Show file tree
Hide file tree
Showing 6 changed files with 65 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/su-exec/0.0.0-20221219-4c3bb42/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module(
name = "su-exec",
version = "0.0.0-20221219-4c3bb42",
compatibility_level = 1,
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
--- /dev/null
+++ BUILD.bazel
@@ -0,0 +1,7 @@
+licenses(["notice"]) # Apache 2
+
+cc_binary(
+ name = "su-exec",
+ srcs = ["su-exec.c"],
+ visibility = ["//visibility:public"],
+)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
--- MODULE.bazel
+++ MODULE.bazel
@@ -0,0 +1,5 @@
+module(
+ name = "su-exec",
+ version = "0.0.0-20221219-4c3bb42",
+ compatibility_level = 1,
+)
16 changes: 16 additions & 0 deletions modules/su-exec/0.0.0-20221219-4c3bb42/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
matrix:
platform:
- debian10
- ubuntu2004
- macos
- macos_arm64
bazel:
- 7.x
- 6.x
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- '@su-exec//...'
10 changes: 10 additions & 0 deletions modules/su-exec/0.0.0-20221219-4c3bb42/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"url": "https://github.com/ncopa/su-exec/archive/4c3bb42b093f14da70d8ab924b487ccfbb1397af.tar.gz",
"integrity": "sha256-+k91SutcHAU9jnnuuTst45xtGYEKprEkKLSf2mM+4Gc=",
"strip_prefix": "su-exec-4c3bb42b093f14da70d8ab924b487ccfbb1397af",
"patches": {
"add_build_file.patch": "sha256-81R3v1+KDkSuBS2YZfVoYaqq72UrHp8yfMdKr89vBaA=",
"module_dot_bazel.patch": "sha256-TSE/E1mvu35NtDhrj52S6HK0b0eokUOsDkkqXgKGb/0="
},
"patch_strip": 0
}
16 changes: 16 additions & 0 deletions modules/su-exec/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"homepage": "https://github.com/ncopa/su-exec",
"maintainers": [
{
"email": "bcr-maintainers@bazel.build",
"name": "No Maintainer Specified"
}
],
"repository": [
"github:ncopa/su-exec"
],
"versions": [
"0.0.0-20221219-4c3bb42"
],
"yanked_versions": {}
}

0 comments on commit 0c0eb07

Please sign in to comment.