What are the distributions that are validated to build this?
I am trying on Ubuntu 22.04 and getting this warning
WARNING: Host distribution "ubuntu-22.04" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution.
Would it be possible to have a list of supported build systems?
Specifically, my build is failing with
ERROR: Error running gcc --version: ccache: error: Could not find compiler "gcc" in PATH
I do have both gcc and ccache installed and in the host system's path for what it's worth it.
Thank you,
What are the distributions that are validated to build this?
I am trying on Ubuntu 22.04 and getting this warning
WARNING: Host distribution "ubuntu-22.04" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution.Would it be possible to have a list of supported build systems?
Specifically, my build is failing with
ERROR: Error running gcc --version: ccache: error: Could not find compiler "gcc" in PATHI do have both gcc and ccache installed and in the host system's path for what it's worth it.
Thank you,