Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions modules/cronk/0.0.1/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module(
name = "cronk",
version = "0.0.1",
)
29 changes: 29 additions & 0 deletions modules/cronk/0.0.1/attestations.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"mediaType": "application/vnd.build.bazel.registry.attestation+json;version=1.0.0",
"attestations": {
"EXIT_GATE_CHANGELOG": {
"url": "https://github.com/nebraska-dev/cronk-bcr/releases/download/v0.0.1-workflow-test/cronk_0.0.1_EXIT_GATE_CHANGELOG.vsa.intoto.jsonl",
"integrity": "sha256-b224fd9d354579134673c5edc3a1e57240f35e4680afe54010066a3d060b01be"
},
"MODULE.bazel": {
"url": "https://github.com/nebraska-dev/cronk-bcr/releases/download/v0.0.1-workflow-test/cronk_0.0.1_MODULE.bazel.vsa.intoto.jsonl",
"integrity": "sha256-d2f663f475660838f007ddce44eab52386cad2bfac9f8ae8996a79483c16062d"
},
"cronk-0.0.1.tar.gz": {
"url": "https://github.com/nebraska-dev/cronk-bcr/releases/download/v0.0.1-workflow-test/cronk_0.0.1_cronk-0.0.1.tar.gz.vsa.intoto.jsonl",
"integrity": "sha256-383a2d0d86a78a7404829e06cc0a115593eabef33d63a094bdc6eb932f147ff8"
},
"metadata.json": {
"url": "https://github.com/nebraska-dev/cronk-bcr/releases/download/v0.0.1-workflow-test/cronk_0.0.1_metadata.json.vsa.intoto.jsonl",
"integrity": "sha256-fdfd9731c116607b2743c5200ab34bdbb4f6804f6ecfa4ebf37358ffa692c924"
},
"presubmit.yaml": {
"url": "https://github.com/nebraska-dev/cronk-bcr/releases/download/v0.0.1-workflow-test/cronk_0.0.1_presubmit.yaml.vsa.intoto.jsonl",
"integrity": "sha256-c612c5db36a84180536e325d508d5205f6c00a994b8ba119c26b2225bec07b93"
},
"sources.json": {
"url": "https://github.com/nebraska-dev/cronk-bcr/releases/download/v0.0.1-workflow-test/cronk_0.0.1_sources.json.vsa.intoto.jsonl",
"integrity": "sha256-a64f9e1a05c7954e672e38b72f3d02a3be5bee3f032652eea149663e5795ad7a"
}
}
}
Binary file added modules/cronk/0.0.1/cronk-0.0.1.tar.gz
Binary file not shown.
17 changes: 17 additions & 0 deletions modules/cronk/0.0.1/presubmit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
matrix:
platform:
- debian10
- ubuntu2004
- macos
- macos_arm64
- windows
bazel:
- 7.x
- 6.x
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- '@bazel_ci_rules//...'
9 changes: 9 additions & 0 deletions modules/cronk/0.0.1/sources.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"url": "https://github.com/nebraska-dev/cronk-bcr/releases/download/v0.0.1/cronk-0.0.1.tar.gz",
"integrity": "sha256-7KIYhOb2aojDWOWA/WemsUjTCrV7FoD2KpbAD5vGoH4=",
"strip_prefix": "cronk-0.0.1",
"patch_strip": 0,
"patches": {
"module_dot_bazel.patch": "sha256-7+y6zT4ZrnkI5+oTjCn7RU49mEm+Cofu+lvejkt83Ow="
}
}
16 changes: 16 additions & 0 deletions modules/cronk/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"homepage": "https://github.com/nebraska-dev/cronk-bcr",
"maintainers": [
{
"email": "nebraska-dev@fake.com",
"name": "Just a test, based on bazel_ci_rules"
}
],
"repository": [
"github:nebraska-dev/cronk-bcr"
],
"versions": [
"0.0.1"
],
"yanked_versions": {}
}
Loading