Skip to content

Commit

Permalink
Remove dynamic_ui and colors options from pants.ci.toml (pantsb…
Browse files Browse the repository at this point in the history
…uild#12134)

Pants's default behavior works correctly on GitHub Actions. If it's not working for other platforms, that's a bug that we need to fix.

We want it to be feasible to have no `pants.ci.toml`. Our defaults should Just Work.

[ci skip-rust]
[ci skip-build-wheels]
  • Loading branch information
Eric-Arellano committed May 26, 2021
1 parent a81bf4a commit aa8e55c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pants.ci.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
[GLOBAL]
# Override color support detection - we want colors and Travis supports them.
colors = true
# TODO: See #9924.
dynamic_ui = false

remote_cache_read = true
remote_cache_write = true
# We want to continue to get logs when remote caching errors.
Expand Down

0 comments on commit aa8e55c

Please sign in to comment.