]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
script: remove call to set ccache option run_second_cpp
authorJohn Mulligan <jmulligan@redhat.com>
Thu, 30 Apr 2026 19:56:27 +0000 (15:56 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Tue, 5 May 2026 14:46:40 +0000 (10:46 -0400)
commit61e0fcefbb9616d3a1bb932df84996749f705139
tree43f782ecd9ca42a26fc05a0152bc49389d1c5cd6
parentbbaca7373362e6b06b240e1f015fd8c1cf51ce4c
script: remove call to set ccache option run_second_cpp

Remove the call to ccache to set run_second_cpp=true because ccache
no longer supports this option. See
https://ccache.dev/releasenotes.html#_ccache_4_12
for more information.

My reading of the ccache release notes & documentation is that when this
option was available the default was true. This is what we were setting
so removing it should not change behavior for ccache, at least most
recent versions. Commit 4cb5a590537a9caaf61db42ce8ea123d2ab961f3 seems
to be the source of this line that sets run_second_cpp=true but that
change does not clearly say why it is being explicitly set, so I think
it's safe to remove.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/script/run-make.sh