Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 802766cb authored by Julien Desprez's avatar Julien Desprez Committed by Automerger Merge Worker
Browse files

Merge "Log the build command that we are executing" into main am: fb917112

parents fc248fc9 fb917112
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -298,7 +298,7 @@ def execute_build_plan(build_plan: BuildPlan):
  build_command.append(get_top().joinpath(SOONG_UI_EXE_REL_PATH))
  build_command.append('--make-mode')
  build_command.extend(build_plan.build_targets)

  logging.info(f'Running build command: {build_command}')
  try:
    run_command(build_command)
  except subprocess.CalledProcessError as e: