Skip to content

Commit 717b943

Browse files
authored
chore: remove workspace py_proto_library example (#3546)
Also update the deleted package file
1 parent c6fde99 commit 717b943

File tree

12 files changed

+0
-187
lines changed

12 files changed

+0
-187
lines changed

.bazelci/presubmit.yml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -421,33 +421,6 @@ tasks:
421421
# We don't run pip_parse_vendored under Windows as the file checked in is
422422
# generated from a repository rule containing OS-specific rendered paths.
423423

424-
# The proto example is workspace-only; bzlmod functionality is covered
425-
# by examples/bzlmod/py_proto_library
426-
integration_test_py_proto_library_ubuntu_workspace:
427-
<<: *reusable_build_test_all
428-
<<: *common_workspace_flags
429-
name: "examples/py_proto_library: Ubuntu, workspace"
430-
working_directory: examples/py_proto_library
431-
platform: ubuntu2204
432-
integration_test_py_proto_library_debian_workspace:
433-
<<: *reusable_build_test_all
434-
<<: *common_workspace_flags
435-
name: "examples/py_proto_library: Debian, workspace"
436-
working_directory: examples/py_proto_library
437-
platform: debian11
438-
integration_test_py_proto_library_macos_workspace:
439-
<<: *reusable_build_test_all
440-
<<: *common_workspace_flags
441-
name: "examples/py_proto_library: MacOS, workspace"
442-
working_directory: examples/py_proto_library
443-
platform: macos_arm64
444-
integration_test_py_proto_library_windows_workspace:
445-
<<: *reusable_build_test_all
446-
<<: *common_workspace_flags
447-
name: "examples/py_proto_library: Windows, workspace"
448-
working_directory: examples/py_proto_library
449-
platform: windows
450-
451424
integration_test_pip_repository_annotations_ubuntu_workspace:
452425
<<: *reusable_build_test_all
453426
<<: *common_workspace_flags

.bazelrc.deleted_packages

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ common --deleted_packages=examples/bzlmod/libs/my_lib
88
common --deleted_packages=examples/bzlmod/other_module
99
common --deleted_packages=examples/bzlmod/other_module/other_module/pkg
1010
common --deleted_packages=examples/bzlmod/patches
11-
common --deleted_packages=examples/bzlmod/py_proto_library
12-
common --deleted_packages=examples/bzlmod/py_proto_library/example.com/another_proto
13-
common --deleted_packages=examples/bzlmod/py_proto_library/example.com/proto
14-
common --deleted_packages=examples/bzlmod/py_proto_library/foo_external
1511
common --deleted_packages=examples/bzlmod/runfiles
1612
common --deleted_packages=examples/bzlmod/tests
1713
common --deleted_packages=examples/bzlmod/tests/other_module
@@ -22,9 +18,6 @@ common --deleted_packages=examples/multi_python_versions/tests
2218
common --deleted_packages=examples/pip_parse
2319
common --deleted_packages=examples/pip_parse_vendored
2420
common --deleted_packages=examples/pip_repository_annotations
25-
common --deleted_packages=examples/py_proto_library
26-
common --deleted_packages=examples/py_proto_library/example.com/another_proto
27-
common --deleted_packages=examples/py_proto_library/example.com/proto
2821
common --deleted_packages=gazelle
2922
common --deleted_packages=gazelle/examples/bzlmod_build_file_generation
3023
common --deleted_packages=gazelle/examples/bzlmod_build_file_generation/other_module/other_module/pkg

examples/py_proto_library/.bazelrc

Lines changed: 0 additions & 4 deletions
This file was deleted.

examples/py_proto_library/.gitignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

examples/py_proto_library/BUILD.bazel

Lines changed: 0 additions & 18 deletions
This file was deleted.

examples/py_proto_library/WORKSPACE

Lines changed: 0 additions & 36 deletions
This file was deleted.

examples/py_proto_library/example.com/another_proto/BUILD.bazel

Lines changed: 0 additions & 16 deletions
This file was deleted.

examples/py_proto_library/example.com/another_proto/message.proto

Lines changed: 0 additions & 10 deletions
This file was deleted.

examples/py_proto_library/example.com/proto/BUILD.bazel

Lines changed: 0 additions & 17 deletions
This file was deleted.

examples/py_proto_library/example.com/proto/pricetag.proto

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)