diff --git a/build/bromite_patches_list.txt b/build/bromite_patches_list.txt index b9f4eef7..1494c74b 100644 --- a/build/bromite_patches_list.txt +++ b/build/bromite_patches_list.txt @@ -283,4 +283,5 @@ Timezone-customization.patch 00Compress-libchrome-to-free-up-some-space.patch 00Cromite-Branding.patch 00Disable-Feeback-Collector.patch -00Disable-remote-altsvc-for-h3-connections.patch \ No newline at end of file +00Disable-remote-altsvc-for-h3-connections.patch +00do-not-block-build-incompatible-profiles.patch \ No newline at end of file diff --git a/build/patches/00do-not-block-build-incompatible-profiles.patch b/build/patches/00do-not-block-build-incompatible-profiles.patch new file mode 100644 index 00000000..f9db3a05 --- /dev/null +++ b/build/patches/00do-not-block-build-incompatible-profiles.patch @@ -0,0 +1,22 @@ +From: uazo +Date: Wed, 2 Aug 2023 15:15:48 +0000 +Subject: Do not block the build for incompatible profiles + +--- + v8/BUILD.gn | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/v8/BUILD.gn b/v8/BUILD.gn +--- a/v8/BUILD.gn ++++ b/v8/BUILD.gn +@@ -2271,7 +2271,7 @@ template("run_mksnapshot") { + + # Replace this with --warn-about-builtin-profile-data to see the full + # list of builtins with incompatible profiles. +- "--abort-on-bad-builtin-profile-data", ++ "--warn-about-builtin-profile-data", + ] + } + +-- +2.25.1