File tree Expand file tree Collapse file tree 5 files changed +40
-1
lines changed
modules/openapi_tools_generator_bazel Expand file tree Collapse file tree 5 files changed +40
-1
lines changed Original file line number Diff line number Diff line change 11bcr_test_module :
22 module_path : " internal/test/bcr"
3+ incompatible_flags :
4+ " --incompatible_autoload_externally= " :
5+ - " 7.x"
36 matrix :
47 platform :
58 - rockylinux8
Original file line number Diff line number Diff line change 1+ module (
2+ name = "openapi_tools_generator_bazel" ,
3+ version = "0.2.1" ,
4+ compatibility_level = 0 ,
5+ )
6+
7+ bazel_dep (name = "rules_pkg" , version = "1.0.1" )
8+ openapi_gen = use_extension ("@openapi_tools_generator_bazel//:extension.bzl" , "openapi_gen" )
9+ use_repo (openapi_gen , "openapi_tools_generator_bazel_cli" )
10+
Original file line number Diff line number Diff line change 1+ bcr_test_module :
2+ module_path : " internal/test/bcr"
3+ matrix :
4+ platform :
5+ - rockylinux8
6+ - debian10
7+ - ubuntu2004
8+ - macos
9+ - windows
10+ bazel :
11+ # This needs to exactly match the value used in .bazelversion at the root.
12+ - 7.x
13+ - 8.x
14+ tasks :
15+ verify_targets :
16+ name : Verify build targets
17+ platform : ${{ platform }}
18+ bazel : ${{ bazel }}
19+ build_targets :
20+ - " //:pylib"
Original file line number Diff line number Diff line change 1+ {
2+ "integrity" : " sha256-OHeTtOwf6FYSUCGLAS+JSJuzQtNGLFOHrkw3oh+Mx9c=" ,
3+ "strip_prefix" : " openapi-generator-bazel-0.2.1" ,
4+ "url" : " https://github.com/OpenAPITools/openapi-generator-bazel/releases/download/v0.2.1/openapi-generator-bazel-v0.2.1.tar.gz"
5+ }
Original file line number Diff line number Diff line change 2424 " github:OpenAPITools/openapi-generator-bazel"
2525 ],
2626 "versions" : [
27- " 0.2.0"
27+ " 0.2.0" ,
28+ " 0.2.1"
2829 ],
2930 "yanked_versions" : {}
3031}
You can’t perform that action at this time.
0 commit comments