diff --git a/build/bromite_patches_list.txt b/build/bromite_patches_list.txt index 2ff69928..567df0a7 100644 --- a/build/bromite_patches_list.txt +++ b/build/bromite_patches_list.txt @@ -263,6 +263,7 @@ AudioBuffer-AnalyserNode-fp-mitigations.patch 00TEMP-Add-a-log-to-track-strange-behavior.patch 00v113-temp-fix-build.patch 00114-temp-disable-find-bad-constructs-external-repo.patch +00115-temp-fix-build.patch bromite-build-utils.patch Content-settings-infrastructure.patch diff --git a/build/patches/00115-temp-fix-build.patch b/build/patches/00115-temp-fix-build.patch new file mode 100644 index 00000000..983927e5 --- /dev/null +++ b/build/patches/00115-temp-fix-build.patch @@ -0,0 +1,22 @@ +From: uazo +Date: Tue, 18 Jul 2023 05:36:06 +0000 +Subject: 115 temp fix build + +Fix rust toolchain builder +--- + build/toolchain/gcc_toolchain.gni | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/build/toolchain/gcc_toolchain.gni b/build/toolchain/gcc_toolchain.gni +--- a/build/toolchain/gcc_toolchain.gni ++++ b/build/toolchain/gcc_toolchain.gni +@@ -855,6 +855,7 @@ template("gcc_toolchain") { + is_debug = false + is_component_build = false + is_official_build = false ++ generate_linker_map = false + } + } + } +-- +2.25.1