Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suppress multiple checks for color support #82

Closed
ralphlange opened this issue Oct 2, 2023 · 0 comments
Closed

Suppress multiple checks for color support #82

ralphlange opened this issue Oct 2, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@ralphlange
Copy link
Contributor

ralphlange commented Oct 2, 2023

Since #79 has been merged, the GHA output (with verbosity mode off) contains blocks of:

 Building dependency BASE in /home/runner/.cache/base-7.0
  Checking if gcc -x c -E supports -fdiagnostics-color: yes
  Checking if gcc -x c -E supports -fdiagnostics-color: yes
  Checking if gcc -x c -E supports -fdiagnostics-color: yes
  Checking if gcc -x c -E supports -fdiagnostics-color: yes
  Checking if gcc -x c -E supports -fdiagnostics-color: yes
  Checking if gcc -x c -E supports -fdiagnostics-color: yes
  Checking if gcc -x c -E supports -fdiagnostics-color: yes
  Checking if gcc -x c -E supports -fdiagnostics-color: yes
  In file included from /usr/include/string.h:535,
                   from ../osi/epicsTime.cpp:20:
[...]

Can things be changed so that the color support is only checked once and the result written into the configuration?
Alternatively: Print this line only in verbose mode?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant