Skip to content

Commit 68045b5

Browse files
committed
Add .bcr folder
1 parent 655aba4 commit 68045b5

File tree

3 files changed

+38
-0
lines changed

3 files changed

+38
-0
lines changed

.bcr/metadata.template.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"homepage": "https://github.com/hermeticbuild/cuda_toolkit",
3+
"maintainers": [
4+
{
5+
"name": "Corentin Kerisit",
6+
"email": "corentin.kerisit@gmail.com",
7+
"github": "cerisier"
8+
},
9+
{
10+
"name": "David Zbarsky",
11+
"email": "dzbarsky@gmail.com",
12+
"github": "dzbarsky"
13+
}
14+
],
15+
"repository": [
16+
"github:hermeticbuild/cuda_toolkit"
17+
],
18+
"versions": [],
19+
"yanked_versions": {}
20+
}

.bcr/presubmit.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
bcr_test_module:
2+
module_path: .
3+
matrix:
4+
bazel: [8.x, 9.x, rolling]
5+
# Add macos_arm64 back when we support sdk discovery
6+
platform: [debian11, ubuntu2004]
7+
tasks:
8+
run_test_module:
9+
name: Run test module
10+
bazel: ${{ bazel }}
11+
platform: ${{ platform }}
12+
build_targets:
13+
- //:all

.bcr/source.template.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"integrity": "**leave this alone**",
3+
"strip_prefix": "{REPO}-{VERSION}",
4+
"url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/{REPO}-{TAG}.tar.gz"
5+
}

0 commit comments

Comments
 (0)