forked from verilator/verilator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Set CCACHE_SLOPPINESS as required for using PCH
While the solution of setting CCACHE_SLOPPINESS in the makefiles seems to work locally, the CI has been reporting high miss rates since the PCH patch landed. Possibly the CI environment has CCACHE_SLOPPINESS set to the empty string, which prevents Make ?= to apply.
- Loading branch information
Showing
2 changed files
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters