Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Remove workspaces #237

Merged
merged 1 commit into from
May 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Don't inherit PATH and LD_LIBRARY_PATH.
build --incompatible_strict_action_env

# Don't use the legacy workspace system.
build --noenable_workspace

# Enforce C++20 as the default for rules_cc, regardless of toolchain config.
build --cxxopt=-std=c++20 --host_cxxopt=-std=c++20

Expand Down
1 change: 0 additions & 1 deletion WORKSPACE.bazel

This file was deleted.

3 changes: 3 additions & 0 deletions examples/.bazelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Don't inherit PATH and LD_LIBRARY_PATH.
build --incompatible_strict_action_env

# Don't use the legacy workspace system.
build --noenable_workspace

# Enforce C++20 as the default for rules_cc, regardless of toolchain config.
build --cxxopt=-std=c++20 --host_cxxopt=-std=c++20

Expand Down
Empty file removed examples/WORKSPACE.bazel
Empty file.
3 changes: 3 additions & 0 deletions templates/default/.bazelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Don't inherit PATH and LD_LIBRARY_PATH.
build --incompatible_strict_action_env

# Don't use the legacy workspace system.
build --noenable_workspace

# Enforce C++20 as the default for rules_cc, regardless of toolchain config.
build --cxxopt=-std=c++20 --host_cxxopt=-std=c++20

Expand Down
1 change: 0 additions & 1 deletion templates/default/WORKSPACE.bazel

This file was deleted.