| Tim Windelschmidt | 6c851e2 | 2024-01-11 15:23:48 +0100 | [diff] [blame] | 1 | # Import Aspect bazelrc presets |
| Tim Windelschmidt | 2979a43 | 2025-02-24 18:55:52 +0100 | [diff] [blame^] | 2 | import %workspace%/third_party/bazelrc/aspect/bazel8.bazelrc |
| Tim Windelschmidt | 6c851e2 | 2024-01-11 15:23:48 +0100 | [diff] [blame] | 3 | import %workspace%/third_party/bazelrc/aspect/convenience.bazelrc |
| 4 | import %workspace%/third_party/bazelrc/aspect/correctness.bazelrc |
| 5 | import %workspace%/third_party/bazelrc/aspect/performance.bazelrc |
| 6 | |
| Tim Windelschmidt | 2979a43 | 2025-02-24 18:55:52 +0100 | [diff] [blame^] | 7 | # We still require WORKSPACE support as bazeldnf isn't bzlmod compatible yet. |
| 8 | common --enable_workspace |
| 9 | |
| 10 | # rules_proto_grpc isn't fully compatible with Bazel 8 yet. |
| 11 | common --noincompatible_disallow_ctx_resolve_tools |
| 12 | |
| Tim Windelschmidt | d7f5993 | 2024-07-24 23:37:03 +0200 | [diff] [blame] | 13 | # Actually make the lock file a lock file by not updating it without any |
| 14 | # request to do so. |
| 15 | common --lockfile_mode=error |
| 16 | |
| Tim Windelschmidt | 6c851e2 | 2024-01-11 15:23:48 +0100 | [diff] [blame] | 17 | # Allow empty globs as there are a lot until we replace our rust toolchain and |
| 18 | # qemu BUILD files. |
| 19 | common --noincompatible_disallow_empty_glob |
| 20 | |
| 21 | # Don't warn about too high test timeout as these can vary a lot. |
| 22 | test --notest_verbose_timeout_warnings |
| 23 | |
| Leopold Schabel | 8661db3 | 2024-07-24 16:28:27 +0000 | [diff] [blame] | 24 | # Set compilation mode (-c) to debug when running with --config dbg. |
| Lorenz Brun | 6570219 | 2023-08-31 16:27:38 +0200 | [diff] [blame] | 25 | build:dbg --compilation_mode=dbg |
| 26 | |
| Tim Windelschmidt | 25e0d8f | 2024-12-02 23:46:24 +0100 | [diff] [blame] | 27 | # Run race config with race detector |
| 28 | build:race --@io_bazel_rules_go//go/config:race |
| 29 | |
| Tim Windelschmidt | 32e7430 | 2025-01-15 04:37:26 +0100 | [diff] [blame] | 30 | # Only download the final result, the intermediate files can stay on the |
| 31 | # server side. |
| 32 | build:remote --remote_download_toplevel |
| 33 | build:remote --noremote_upload_local_results |
| 34 | |
| 35 | # Set the execution platform which adds constraints for the scheduler. |
| 36 | build:remote --extra_execution_platforms=//build/platforms:remote_amd64 |
| 37 | |
| Tim Windelschmidt | 25e0d8f | 2024-12-02 23:46:24 +0100 | [diff] [blame] | 38 | # Force netgo and osusergo |
| 39 | build --@io_bazel_rules_go//go/config:tags=osusergo,netgo |
| 40 | |
| Leopold | bc93c2b | 2023-01-14 13:12:23 +0100 | [diff] [blame] | 41 | # Run all spawns in our own hermetic sandbox sysroot. |
| Leopold Schabel | 9508b12 | 2023-07-14 17:54:17 +0200 | [diff] [blame] | 42 | build --experimental_use_hermetic_linux_sandbox |
| Tim Windelschmidt | 6c851e2 | 2024-01-11 15:23:48 +0100 | [diff] [blame] | 43 | build --sandbox_fake_hostname |
| 44 | build --sandbox_fake_username |
| Leopold | 7fbf104 | 2023-01-06 19:57:37 +0100 | [diff] [blame] | 45 | build --action_env=MONOGON_SANDBOX_DIGEST |
| 46 | import %workspace%/.bazelrc.sandbox |
| 47 | |
| Tim Windelschmidt | 6c851e2 | 2024-01-11 15:23:48 +0100 | [diff] [blame] | 48 | # Enable revised output directory hash suffix computation |
| 49 | build --experimental_output_directory_naming_scheme=diff_against_dynamic_baseline |
| 50 | build --experimental_exec_configuration_distinguisher=off |
| 51 | |
| Serge Bazanski | f9c8249 | 2024-09-16 16:50:39 +0200 | [diff] [blame] | 52 | # Enable resource set configuration via starlark for actions |
| 53 | build --experimental_action_resource_set |
| 54 | |
| Leopold Schabel | 9508b12 | 2023-07-14 17:54:17 +0200 | [diff] [blame] | 55 | # Hardwire all action envs to just use /usr/bin from the above sandbox. This is |
| 56 | # necessary on NixOS Bazel builds, as they really like to inject /nix/store/* |
| 57 | # paths otherwise. We also explicitly set it to /usr/bin only (no /bin) as |
| 58 | # otherwise calling gcc from /bin/gcc breaks its own resolution of subordinate |
| 59 | # commands (like cc1, as, etc.). |
| 60 | build --action_env=PATH=/usr/bin |
| 61 | build --host_action_env=PATH=/usr/bin |
| 62 | |
| 63 | # Make all shell run actions use /bin/bash instead of whatever the host might |
| 64 | # have set. Again, looking at you, Bazel-on-NixOS. |
| 65 | build --shell_executable=/bin/bash |
| 66 | |
| Leopold | bc93c2b | 2023-01-14 13:12:23 +0100 | [diff] [blame] | 67 | # No local CPP toolchain resolution. In our sandbox root, it doesn't make sense - |
| 68 | # anything auto-detected during analysis stage is on the host instead of the sandbox. |
| 69 | # Sysroot rebuild is pure Go and doesn't need it either. |
| 70 | # The flag ensures we fail early if we somehow depend on the host toolchain, |
| 71 | # and do not spend unnecessary time on autodiscovery. |
| 72 | build --action_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1 |
| 73 | |
| 74 | # Use new-style C++ toolchain resolution. |
| 75 | build --incompatible_enable_cc_toolchain_resolution |
| 76 | |
| Tim Windelschmidt | 886abba | 2024-07-17 21:29:55 +0200 | [diff] [blame] | 77 | # Use new-style proto toolchain resolution. |
| 78 | build --incompatible_enable_proto_toolchain_resolution |
| 79 | |
| Leopold | bc93c2b | 2023-01-14 13:12:23 +0100 | [diff] [blame] | 80 | # In our monorepo, we mostly ignore the host platform since we bring our own |
| 81 | # execution environment. However, we still need to run a small number of tools |
| Serge Bazanski | 139550a | 2023-06-20 13:30:27 +0200 | [diff] [blame] | 82 | # such as gazelle. |
| 83 | build --host_platform=//build/platforms:linux_amd64 |
| Leopold | bc93c2b | 2023-01-14 13:12:23 +0100 | [diff] [blame] | 84 | |
| 85 | # Target platform for the monorepo is currently the same as the host platform, |
| 86 | # but we'll support cross-compilation at some point. Do not rely on it. |
| 87 | build --platforms=//build/platforms:linux_amd64 |
| 88 | # Make sure our platform is picked instead of the --host_platform. |
| 89 | build --extra_execution_platforms=//build/platforms:linux_amd64 |
| 90 | |
| Leopold | eb2fb7b | 2022-06-08 13:18:51 +0200 | [diff] [blame] | 91 | # Build resources |
| Leopold Schabel | 5c80aca | 2019-10-22 15:48:58 +0200 | [diff] [blame] | 92 | startup --batch_cpu_scheduling --io_nice_level 7 |
| Lorenz Brun | 5d7d2a4 | 2020-04-06 14:11:02 +0200 | [diff] [blame] | 93 | |
| Serge Bazanski | bb7db92 | 2020-04-30 12:43:10 +0200 | [diff] [blame] | 94 | # Build with C++17. |
| 95 | build --cxxopt=-std=c++17 |
| 96 | |
| Lorenz Brun | f640211 | 2020-05-04 16:50:31 +0200 | [diff] [blame] | 97 | # Set workspace status file and stamp |
| Serge Bazanski | a6a0392 | 2023-11-13 19:57:48 +0100 | [diff] [blame] | 98 | build --stamp --workspace_status_command=./build/print-workspace-status.py |
| Serge Bazanski | 385c12f | 2020-06-17 12:12:42 +0200 | [diff] [blame] | 99 | |
| Serge Bazanski | 99b0214 | 2024-04-17 16:33:28 +0200 | [diff] [blame] | 100 | # Assume a 10k IOPS device (average NVMe) and 64GiB of RAM for test scheduling. |
| Tim Windelschmidt | 5be299e | 2024-07-13 02:59:52 +0200 | [diff] [blame] | 101 | test --local_resources=iops=10000 --local_resources=ram=64000 |
| Tim Windelschmidt | f1e0fa1 | 2024-07-17 21:28:23 +0200 | [diff] [blame] | 102 | |
| Tim Windelschmidt | 5178dd7 | 2024-12-04 04:38:45 +0100 | [diff] [blame] | 103 | common --experimental_downloader_config=build/bazel/bazel_downloader.cfg |
| 104 | |
| Tim Windelschmidt | f1e0fa1 | 2024-07-17 21:28:23 +0200 | [diff] [blame] | 105 | # Load custom per-user settings. |
| Serge Bazanski | f9c8249 | 2024-09-16 16:50:39 +0200 | [diff] [blame] | 106 | try-import %workspace%/.bazelrc.user |