Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.6.0
7.6.2
3 changes: 3 additions & 0 deletions .bcr/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
moduleRoots:
- "."
- wasm-cc
18 changes: 18 additions & 0 deletions .bcr/metadata.template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"homepage": "https://www.envoyproxy.io/",
"maintainers": [
{
"github": "mmorel-35",
"github_user_id": 6032561
},
{
"github": "phlax",
"github_user_id": 454682
}
],
"repository": [
"github:envoyproxy/examples"
],
"versions": [],
"yanked_versions": {}
}
16 changes: 16 additions & 0 deletions .bcr/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
matrix:
unix_platform:
- debian11
- ubuntu2404
- macos_arm64
bazel:
- 7.x
- 8.x
- 9.*
tasks:
verify_targets:
name: Verify build targets
platform: ${{ unix_platform }}
bazel: ${{ bazel }}
build_targets:
- "@envoy_examples//..."
5 changes: 5 additions & 0 deletions .bcr/source.template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"integrity": "",
"strip_prefix": "{REPO}-{VERSION}",
"url": "https://github.com/{OWNER}/{REPO}/archive/refs/tags/v{TAG}.tar.gz"
}
18 changes: 18 additions & 0 deletions .bcr/wasm-cc/metadata.template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"homepage": "https://www.envoyproxy.io/",
"maintainers": [
{
"github": "mmorel-35",
"github_user_id": 6032561
},
{
"github": "phlax",
"github_user_id": 454682
}
],
"repository": [
"github:envoyproxy/examples"
],
"versions": [],
"yanked_versions": {}
}
16 changes: 16 additions & 0 deletions .bcr/wasm-cc/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
matrix:
unix_platform:
- debian11
- ubuntu2404
- macos_arm64
bazel:
- 7.x
- 8.x
- 9.*
tasks:
verify_targets:
name: Verify build targets
platform: ${{ unix_platform }}
bazel: ${{ bazel }}
build_targets:
- "@envoy_examples_wasmcc//..."
5 changes: 5 additions & 0 deletions .bcr/wasm-cc/source.template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"integrity": "",
"strip_prefix": "{REPO}-{VERSION}/wasm-cc",
"url": "https://github.com/{OWNER}/{REPO}/archive/refs/tags/v{TAG}.tar.gz"
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
!\.bazelrc
!\.bazelproject
!\.bazelversion
!\.bcr
!\.circleci
!\.clang-format
!\.clang-tidy
Expand Down
4 changes: 4 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module(
name = "envoy_examples",
version = "0.1.4-dev",
)
Empty file added WORKSPACE.bzlmod
Empty file.
2 changes: 1 addition & 1 deletion wasm-cc/.bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.6.0
7.6.2
5 changes: 5 additions & 0 deletions wasm-cc/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module(
name = "envoy_example_wasmcc",
version = "0.1.4-dev",
repo_name = "envoy-example-wasmcc"
)
Empty file added wasm-cc/WORKSPACE.bzlmod
Empty file.