Skip to content

Toolchain build output regression: this repo no longer dumps much build info as part of the Swift toolchain build #8281

Open
@finagolfin

Description

@finagolfin

A recent pull turned on some logging info in the Python Utilities/bootstrap script, #8161, but unfortunately that had other consequences:

  1. This build would normally pass through a bunch of SwiftPM build status info, which is no longer shown
  2. The -v flag when passed to the bootstrap script no longer does much

I had noticed 1. for awhile, but 2. particularly hit me now when passing in -v manually to try and debug an Android build failure I'm seeing. I ended up reverting the changes from that pull to the bootstrap script locally to get the proper verbose build output again.

@bkhouri, you made that logging change, do you happen to know how to fix this too?

Metadata

Metadata

Assignees

Labels

bootstrapBootstrapping script & swift-bootstrapcontinuous integration/deploymentChanges to the Continuous Integration/Deployment system/pipelines

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions