From 7d040c26ba8a4df3f45f899de3137df5b7ad7e43 Mon Sep 17 00:00:00 2001 From: Malte Poll <1780588+malt3@users.noreply.github.com> Date: Fri, 18 Aug 2023 18:16:02 +0200 Subject: [PATCH] ci: fine tune aspect workflows settings (#2260) - ensure stamping is disabled for better caching - build everything (not only test targets) - set cli_edition flag --- .aspect/workflows/config.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.aspect/workflows/config.yaml b/.aspect/workflows/config.yaml index 0fe40306f..614012c1c 100644 --- a/.aspect/workflows/config.yaml +++ b/.aspect/workflows/config.yaml @@ -4,7 +4,10 @@ workspaces: .: bazel: flags: - - --config=nostamp + - --nostamp + - --workspace_status_command= + - --nobuild_tests_only + - --cli_edition=enterprise tasks: buildifier: target: //bazel/ci:buildifier_check