File tree 5 files changed +81
-0
lines changed
5 files changed +81
-0
lines changed Original file line number Diff line number Diff line change
1
+ module (
2
+ name = "emboss" ,
3
+ version = "2024.0304.184309" ,
4
+ compatibility_level = 1 ,
5
+ repo_name = "com_google_emboss" ,
6
+ )
7
+
8
+ bazel_dep (
9
+ name = "abseil-cpp" ,
10
+ repo_name = "com_google_absl" ,
11
+ version = "20230125.1" ,
12
+ )
13
+ bazel_dep (
14
+ name = "googletest" ,
15
+ version = "1.14.0.bcr.1" ,
16
+ repo_name = "com_google_googletest" ,
17
+ )
18
+ # -- bazel_dep definitions -- #
Original file line number Diff line number Diff line change
1
+ --- MODULE.bazel
2
+ +++ MODULE.bazel
3
+ @@ -0,0 +1,18 @@
4
+ + module(
5
+ + name = "emboss",
6
+ + version = "2024.0304.184309",
7
+ + compatibility_level = 1,
8
+ + repo_name = "com_google_emboss",
9
+ + )
10
+ +
11
+ + bazel_dep(
12
+ + name = "abseil-cpp",
13
+ + repo_name = "com_google_absl",
14
+ + version = "20230125.1",
15
+ + )
16
+ + bazel_dep(
17
+ + name = "googletest",
18
+ + version = "1.14.0.bcr.1",
19
+ + repo_name = "com_google_googletest",
20
+ + )
21
+ + # -- bazel_dep definitions -- #
Original file line number Diff line number Diff line change
1
+ matrix :
2
+ platform :
3
+ - debian10
4
+ - ubuntu2004
5
+ - macos
6
+ - macos_arm64
7
+ bazel :
8
+ - 7.x
9
+ - 6.x
10
+ tasks :
11
+ verify_targets :
12
+ name : Verify build targets
13
+ platform : ${{ platform }}
14
+ bazel : ${{ bazel }}
15
+ build_flags :
16
+ - ' --cxxopt=-std=c++14'
17
+ build_targets :
18
+ - ' @emboss//runtime/...'
Original file line number Diff line number Diff line change
1
+ {
2
+ "url" : " https://github.com/google/emboss/releases/download/v2024.0304.184309/emboss.zip" ,
3
+ "integrity" : " sha256-+Nw5vq3eOph0Uv91RMZKBkutaehRBiY7D4SF4y70/Ig=" ,
4
+ "patch_strip" : 0 ,
5
+ "patches" : {
6
+ "module_dot_bazel.patch" : " sha256-6EXkVqQkUfGwiGFkLLQS7JUp3bq/hPqVqwHZjWhR6Gc="
7
+ }
8
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "homepage" : " https://github.com/google/emboss" ,
3
+ "maintainers" : [
4
+ {
5
+
6
+ "name" : " No Maintainer Specified"
7
+ }
8
+ ],
9
+ "repository" : [
10
+ " github:google/emboss"
11
+ ],
12
+ "versions" : [
13
+ " 2024.0304.184309"
14
+ ],
15
+ "yanked_versions" : {}
16
+ }
You can’t perform that action at this time.
0 commit comments