Skip to content

[Infrastructure,PWGJE] Fix RECC vs PCH interference#15255

Merged
ktf merged 1 commit intoAliceO2Group:masterfrom
ktf:fix-recc-vs-pch
Mar 4, 2026
Merged

[Infrastructure,PWGJE] Fix RECC vs PCH interference#15255
ktf merged 1 commit intoAliceO2Group:masterfrom
ktf:fix-recc-vs-pch

Conversation

@ktf
Copy link
Member

@ktf ktf commented Mar 4, 2026

Precompiled headers are incompatible with recc because they embed the path to the original header in the .pch file. This goes against the idea that a given Action in the cache results in compatible byproducts.

Precompiled headers are incompatible with recc because they embed
the path to the original header in the .pch file. This goes against
the idea that a given Action in the cache results in compatible
byproducts.
@github-actions github-actions bot changed the title Fix RECC vs PCH interference [Infrastructure,PWGJE] Fix RECC vs PCH interference Mar 4, 2026
@ktf ktf merged commit e449438 into AliceO2Group:master Mar 4, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants