Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ccache: unset CI env variable before running cmake
ccache's cmake files will turn on a "dev mode" if CI is set in the environment, turning on -Werror among other things. This was causing the build on i686 to fail due to a warning with fmt 11. We don't really want ccache's dev mode, so unset it explicitly.
- Loading branch information