From e4638954284a5e0592c27421ca53df0002bd0845 Mon Sep 17 00:00:00 2001 From: Mikael Vidstedt Date: Mon, 12 May 2025 16:31:12 +0000 Subject: [PATCH] 8356657: Use stable source-date for cmp-baseline jib profiles Reviewed-by: liach, iris, alanb, jpai, erikj --- make/conf/jib-profiles.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/make/conf/jib-profiles.js b/make/conf/jib-profiles.js index 172ed74f4cd..30b857f6591 100644 --- a/make/conf/jib-profiles.js +++ b/make/conf/jib-profiles.js @@ -862,7 +862,8 @@ var getJibProfilesProfiles = function (input, common, data) { profiles[cmpBaselineName].configure_args = concat( profiles[cmpBaselineName].configure_args, "--with-hotspot-build-time=n/a", - "--disable-precompiled-headers"); + "--disable-precompiled-headers", + "--with-source-date=version"); // Do not inherit artifact definitions from base profile delete profiles[cmpBaselineName].artifacts; });