Skip to content

Commit

Permalink
Necessary bazel updates
Browse files Browse the repository at this point in the history
updates to support latest bazel versions
  • Loading branch information
tinder-maxwellelliott committed Jan 24, 2024
1 parent 99f4a1d commit 73db29f
Show file tree
Hide file tree
Showing 8 changed files with 2,091 additions and 24 deletions.
7 changes: 6 additions & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
build --incompatible_disallow_empty_glob
build --apple_platform_type=macos
build --incompatible_strict_action_env
build --macos_minimum_os=13.0
build --macos_minimum_os=13.5
build --host_macos_minimum_os=13.5
build --apple_crosstool_top=@local_config_apple_cc//:toolchain
build --crosstool_top=@local_config_apple_cc//:toolchain
build --host_crosstool_top=@local_config_apple_cc//:toolchain
test --test_output=errors
test --test_summary=detailed
common --enable_bzlmod
4 changes: 4 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
bazel_dep(name = "rules_apple", version = "3.2.1", repo_name = "build_bazel_rules_apple")

non_module_dependencies = use_extension("//:extensions.bzl", "non_module_dependencies")
use_repo(non_module_dependencies, "data_file")
Loading

0 comments on commit 73db29f

Please sign in to comment.