summaryrefslogtreecommitdiff
path: root/kleaf/bazel.py
AgeCommit message (Expand)Author
3 daysKleaf: bazel wrapper: actually include canary.bazelrcMatthias Maennich
4 daysKleaf: enforce spotless logsYifan Hong
4 dayskleaf: bazel wrapper moves --bazelrc before user startup options.Yifan Hong
4 dayskleaf: wrapper handles return code when running as subprocessYifan Hong
4 dayskleaf: Refactor bazel.py for output stream mutation.Yifan Hong
13 dayskleaf: refactor BazelWrapper.run()main-riscv64Yifan Hong
2024-04-19kleaf: wrapper fixes --strip_execroot flag.Yifan Hong
2024-04-19kleaf: Fix tools/bazel --help.Yifan Hong
2024-04-11kleaf: Implement --make_keep_going in bazel wrapper.Yifan Hong
2024-03-18Kleaf: cleanup: Remove unused importUlises Mendez Martinez
2024-03-14kleaf: Don't write to $HOME to determine workspace root.Yifan Hong
2024-02-14Kleaf: switch to the builtin JDK that comes along with the bazel releaseMatthias Maennich
2024-02-12kleaf: fix workspace_status_command for kleaf sub-repository.Yifan Hong
2024-02-12kleaf: bazel.py: use re-written bazelrc for Kleaf sub repo.Yifan Hong
2024-02-07kleaf: [REFACTOR] Move imports of kleaf/bazelrc into bazel.py.Yifan Hong
2023-12-07kleaf: disallow abbreviations for flags.Yifan Hong
2023-11-30Use prebuilt Bazel version from kernel-build-toolsMatthias Maennich
2023-11-14kleaf: bazel.py determines --output_root against abs workspace.Yifan Hong
2023-11-07kleaf: split "help kleaf" code to a different file.Yifan Hong
2023-10-26kleaf: bazel.py move startup options into parse_command_args.Yifan Hong
2023-10-17kleaf: [REFACTOR] bazel.py: root_dir -> kleaf_repo_dir.Yifan Hong
2023-10-17kleaf: bazel.py: use pathlib.Path everywhereYifan Hong
2023-10-11bazel.py: reformatYifan Hong
2023-09-21kleaf: Make endpoint for build artifacts customizableUlises Mendez Martinez
2023-08-15kleaf: help: Support to query kernel_build targetsUlises Mendez Martinez
2023-08-07kleaf: enable --kleaf_localversion by default.Yifan Hong
2023-07-24kleaf: Add help menu for --config=*Yifan Hong
2023-07-24kleaf: Add user defined flags to bazel help kleaf.Yifan Hong
2023-07-24kleaf: Assemble help menu for Kleaf.Yifan Hong
2023-07-18kleaf: add --kleaf_localversionYifan Hong
2023-06-27kleaf: Move --//common:use_prebuilt_gki to //build/kernel.Yifan Hong
2023-06-27kleaf: allow using custom clang toolchainYifan Hong
2023-06-21kleaf: Add Bazel configs to control internet accessUlises Mendez Martinez
2023-06-17kleaf: Add flag to ignore missing repo projectsJohn Moon
2023-04-27kleaf: Parse --repo_manifest.Yifan Hong
2023-04-21kleaf: Add --repo_manifest argument to bazel wrapper.Yifan Hong
2023-04-19Revert "kleaf: Add --repo_prop argument to bazel wrapper."Yifan Hong
2023-04-14kleaf: Add --repo_prop argument to bazel wrapper.Yifan Hong
2023-02-06kleaf: Allow absolute_out_dir (out/) to be overridden.Yifan Hong
2023-02-03kleaf: Allow java.io.tmpdir to be overridden.Yifan Hong
2023-02-01kleaf: Clean up special casing for --cache_dir.Yifan Hong
2022-10-28kleaf: add --strip_execroot option.Yifan Hong
2022-10-28kleaf: Make output_user_root configurablePo Hu
2022-09-12Revert "kleaf: Disable fetching //external:local_config_cc."Yifan Hong
2022-09-08kleaf: Disable fetching //external:local_config_cc.Yifan Hong
2022-09-02kleaf: Fix bazel version.Yifan Hong
2022-08-24kleaf: Do not set --cache_dir for bazel query.Yifan Hong
2022-08-13Kleaf: fix caching for --config=localMatthias Maennich
2022-08-10kleaf: modify where the bazel wrapper search for bazel wrapper args.Yifan Hong
2022-06-28kleaf: fix build.Yifan Hong