Skip to content

Commit eeac3da

Browse files
committedJul 28, 2022
8289755: Remove --enable-reproducible-build from jib profile
Reviewed-by: wetmore, erikj
1 parent 791fc57 commit eeac3da

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed
 

‎make/conf/jib-profiles.js

+1-13
Original file line numberDiff line numberDiff line change
@@ -254,12 +254,7 @@ var getJibProfilesCommon = function (input, data) {
254254
"--disable-jvm-feature-shenandoahgc",
255255
versionArgs(input, common))
256256
};
257-
// Extra settings for release profiles
258-
common.release_profile_base = {
259-
configure_args: [
260-
"--enable-reproducible-build",
261-
],
262-
};
257+
263258
// Extra settings for debug profiles
264259
common.debug_suffix = "-debug";
265260
common.debug_profile_base = {
@@ -854,13 +849,6 @@ var getJibProfilesProfiles = function (input, common, data) {
854849
});
855850
});
856851

857-
// After creating all derived profiles, we can add the release profile base
858-
// to the main profiles
859-
common.main_profile_names.forEach(function (name) {
860-
profiles[name] = concatObjects(profiles[name],
861-
common.release_profile_base);
862-
});
863-
864852
// Artifacts of JCov profiles
865853
[ "linux-aarch64", "linux-x64", "macosx-x64", "macosx-aarch64", "windows-x64" ]
866854
.forEach(function (name) {

0 commit comments

Comments
 (0)