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/cronk_0.0.1_EXIT_GATE_CHANGELOG.vsa.intoto.jsonl",
"integrity": "sha256-d89def6154d154bbb1cfd2a05c90eb3cda9b641cbed51822a30075bc28dd272c"
},
"MODULE.bazel": {
"url": "https://github.com/nebraska-dev/cronk-bcr/releases/download/v0.0.1/cronk_0.0.1_MODULE.bazel.vsa.intoto.jsonl",
"integrity": "sha256-59ce28ed142cf1a28e03f15c1ea300cf77bf6bad00a0e58c870607a997396abc"
},
"cronk-0.0.1.tar.gz": {
"url": "https://github.com/nebraska-dev/cronk-bcr/releases/download/v0.0.1/cronk_0.0.1_cronk-0.0.1.tar.gz.vsa.intoto.jsonl",
"integrity": "sha256-8d2e6ed778948c94f89fd629b945f37e0bc91a6ee1a3273138d708c8f47a6c14"
},
"metadata.json": {
"url": "https://github.com/nebraska-dev/cronk-bcr/releases/download/v0.0.1/cronk_0.0.1_metadata.json.vsa.intoto.jsonl",
"integrity": "sha256-b0692823ffaa6aeef5ea1438b0c410bd29ba52c4bdf19e2d60187a845ee04eb1"
},
"presubmit.yaml": {
"url": "https://github.com/nebraska-dev/cronk-bcr/releases/download/v0.0.1/cronk_0.0.1_presubmit.yaml.vsa.intoto.jsonl",
"integrity": "sha256-301479eb956ef02ee318406224edf37775871bf3f3cf0f2afa94645cdcf6e685"
},
"sources.json": {
"url": "https://github.com/nebraska-dev/cronk-bcr/releases/download/v0.0.1/cronk_0.0.1_sources.json.vsa.intoto.jsonl",
"integrity": "sha256-e43b62abfefd570e420f8e5b6c13fc40aa0e364cafab08911313e0051fb4d2fc"
}
}
}
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:
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The file extension has to be .yml, not .yaml

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