Skip to content

Commit d068b73

Browse files
meteorcloudycopybara-github
authored andcommitted
Update BCR config for rules_cc
PiperOrigin-RevId: 783308053 Change-Id: I78894e39e7f5543b0249bf79dc745d72dfce6a26
1 parent 15f01c4 commit d068b73

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

.bcr/metadata.template.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,16 @@
55
"email": "[email protected]",
66
"github": "comius",
77
"name": "Ivo Ristovski List"
8+
},
9+
{
10+
"email": "[email protected]",
11+
"github": "pzembrod",
12+
"name": "Philip Zembrod"
813
}
914
],
1015
"versions": [],
11-
"yanked_versions": {}
16+
"yanked_versions": {},
17+
"repository": [
18+
"github:bazelbuild/rules_cc"
19+
]
1220
}

.bcr/presubmit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
matrix:
2-
platform: ["centos7", "debian10", "macos", "ubuntu2004", "windows"]
2+
platform: ["rockylinux8", "debian11", "macos", "macos_arm64", "ubuntu2404", "windows"]
33
bazel:
4-
- 6.x
54
- 7.x
5+
- 8.x
66
tasks:
77
verify_targets:
88
name: "Verify build targets"

0 commit comments

Comments
 (0)