Skip to content

Commit

Permalink
feat: removing bzlmod from example
Browse files Browse the repository at this point in the history
Having both bzlmod and a WORKSPACE file confuses the user,
and I have bazelbuild#1155 which adds a new example for gazelle and bzlmod.
  • Loading branch information
chrislovecnm committed May 3, 2023
1 parent 81a200b commit 667978b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 71 deletions.
26 changes: 0 additions & 26 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,32 +147,6 @@ tasks:
working_directory: examples/build_file_generation
platform: windows

integration_test_build_file_generation_bzlmod_ubuntu:
<<: *minimum_supported_bzlmod_version
<<: *common_bzlmod_flags
<<: *reusable_build_test_all
name: build_file_generation_bzlmod integration tests on Ubuntu
working_directory: examples/build_file_generation
platform: ubuntu2004
integration_test_build_file_generation_bzlmod_debian:
<<: *common_bzlmod_flags
<<: *reusable_build_test_all
name: build_file_generation_bzlmod integration tests on Debian
working_directory: examples/build_file_generation
platform: debian11
integration_test_build_file_generation_bzlmod_macos:
<<: *common_bzlmod_flags
<<: *reusable_build_test_all
name: build_file_generation_bzlmod integration tests on macOS
working_directory: examples/build_file_generation
platform: macos
integration_test_build_file_generation_bzlmod_windows:
<<: *common_bzlmod_flags
<<: *reusable_build_test_all
name: build_file_generation_bzlmod integration tests on Windows
working_directory: examples/build_file_generation
platform: windows

integration_test_bzlmod_ubuntu_min:
<<: *minimum_supported_bzlmod_version
<<: *reusable_build_test_all
Expand Down
43 changes: 0 additions & 43 deletions examples/build_file_generation/MODULE.bazel

This file was deleted.

2 changes: 0 additions & 2 deletions examples/build_file_generation/WORKSPACE.bzlmod

This file was deleted.

0 comments on commit 667978b

Please sign in to comment.