RFR: 8313374: --enable-ccache's CCACHE_BASEDIR breaks builds [v2]
Julian Waters
jwaters at openjdk.org
Mon Jul 31 05:17:00 UTC 2023
On Mon, 31 Jul 2023 04:40:58 GMT, Jan Kratochvil <jkratochvil at openjdk.org> wrote:
>> https://bugs.openjdk.org/browse/JDK-8313374
>> --enable-ccache's CCACHE_BASEDIR breaks builds
>
> Jan Kratochvil has updated the pull request incrementally with one additional commit since the last revision:
>
> Try not to remove CCACHE_BASEDIR.
Ah, these changes were done for better reproducible builds, I had completely missed that. The relative paths mean that the compiled files aren't all using different absolute paths in their macros and so on, making the build more reproducible. Changing these would be rather problematic for a lot of things unfortunately
Edit: Nevermind, David beat me to it
-------------
PR Comment: https://git.openjdk.org/jdk/pull/15080#issuecomment-1657607363
More information about the build-dev
mailing list