Skip to content

Commit cab2637

Browse files
committed
Add proxy-wasm-cpp-sdk@0.0.0-250925-e5256b0
Signed-off-by: Ryan Northey <ryan@synca.io>
1 parent 7170388 commit cab2637

File tree

4 files changed

+76
-0
lines changed

4 files changed

+76
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
module(
2+
name = "proxy-wasm-cpp-sdk",
3+
version = "0.0.0-250925-e5256b0",
4+
repo_name = "proxy_wasm_cpp_sdk",
5+
)
6+
7+
bazel_dep(
8+
name = "emsdk",
9+
version = "4.0.13",
10+
)
11+
bazel_dep(
12+
name = "platforms",
13+
version = "1.0.0",
14+
)
15+
bazel_dep(
16+
name = "protobuf",
17+
version = "29.3",
18+
repo_name = "com_google_protobuf",
19+
)
20+
bazel_dep(
21+
name = "re2",
22+
version = "2024-07-02.bcr.1",
23+
repo_name = "com_google_re2",
24+
)
25+
bazel_dep(
26+
name = "rules_cc",
27+
version = "0.2.0",
28+
)
29+
bazel_dep(
30+
name = "rules_proto",
31+
version = "7.1.0",
32+
)
33+
bazel_dep(
34+
name = "rules_python",
35+
version = "1.4.1",
36+
)
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
matrix:
2+
unix_platform:
3+
- debian11
4+
- ubuntu2204
5+
- macos_arm64
6+
bazel:
7+
- 7.x
8+
- 8.x
9+
tasks:
10+
verify_targets:
11+
name: Verify build targets
12+
platform: ${{ unix_platform }}
13+
bazel: ${{ bazel }}
14+
build_targets:
15+
- "@proxy_wasm_cpp_sdk//..."
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"integrity": "sha256-tWCh2ieg06s3RSfpx9+k/mSTiHKZlFvidioFGM41Vw4=",
3+
"strip_prefix": "proxy-wasm-cpp-sdk-e5256b0c5463ea9961965ad5de3e379e00486640",
4+
"url": "https://github.com/proxy-wasm/proxy-wasm-cpp-sdk/archive/e5256b0c5463ea9961965ad5de3e379e00486640.tar.gz"
5+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"homepage": "https://www.envoyproxy.io/",
3+
"maintainers": [
4+
{
5+
"github": "leonm1",
6+
"github_user_id": 32306579
7+
},
8+
{
9+
"github": "phlax",
10+
"github_user_id": 454682
11+
}
12+
],
13+
"repository": [
14+
"github:envoyproxy/toolshed"
15+
],
16+
"versions": [
17+
"0.0.0-250925-e5256b0"
18+
],
19+
"yanked_versions": {}
20+
}

0 commit comments

Comments
 (0)