heroku / libcnb.rs

A framework for writing Cloud Native Buildpacks in Rust
BSD 3-Clause "New" or "Revised" License
34 stars 6 forks source link

Use `--force-color` with `pack build` invocations in CI #771

Closed edmorley closed 7 months ago

edmorley commented 7 months ago

As of Pack 0.33.0 (which this repo is using thanks to #462), there is a new --force-color argument that makes pack build output logs in colour even if a TTY wasn't detected (as is the case on GHA): https://github.com/buildpacks/pack/releases/tag/v0.33.0

This will allow us to see the colour output from the new build output implementation.

GUS-W-14968745.