RFR: 8326583: Remove over-generalized DefineNativeToolchain solution [v4]
Claudio Nieder
duke at openjdk.org
Mon Mar 4 13:00:54 UTC 2024
On Mon, 4 Mar 2024 11:45:59 GMT, Julian Waters <jwaters at openjdk.org> wrote:
> Could I trouble you to mention what exactly was different?
No trouble at all.
`CCACHE_BASEDIR=/tmp/bceaed6d/jdk/`is completely missing. (The directory is where I checked out OpenJDK)
`CCACHE_SLOPPINESS` has the value `pch_defines,time_macros` with the working parent commit but just `pch_defines` with this commit. I.e. `CCACHE_SLOPPINESS=pch_defines,time_macros` vs `CCACHE_SLOPPINESS=pch_defines`.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17986#issuecomment-1976528283
More information about the serviceability-dev
mailing list