From 1e683edf9a258d43c95b485ad96f5c39860770cb Mon Sep 17 00:00:00 2001 From: Robert Nagy Date: Tue, 29 Mar 2022 22:42:38 +0200 Subject: www/chromium: update to 100.0.4896.60 Enable some more unit tests. Security: ab2d7f62-af9d-11ec-a0b8-3065ec8fd3ec --- www/chromium/files/patch-build_config_rust.gni | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'www/chromium/files/patch-build_config_rust.gni') diff --git a/www/chromium/files/patch-build_config_rust.gni b/www/chromium/files/patch-build_config_rust.gni index 5dd7ad561eef..88a93d14ee6d 100644 --- a/www/chromium/files/patch-build_config_rust.gni +++ b/www/chromium/files/patch-build_config_rust.gni @@ -1,11 +1,11 @@ ---- build/config/rust.gni.orig 2022-02-07 13:39:41 UTC +--- build/config/rust.gni.orig 2022-03-25 21:59:56 UTC +++ build/config/rust.gni -@@ -84,7 +84,7 @@ if (enable_rust) { - rust_sysroot = get_path_info(rust_sysroot_absolute, "abspath") - use_unverified_rust_toolchain = true +@@ -116,7 +116,7 @@ if (enable_rust) { + rust_sysroot = "//third_party/rust-toolchain" + use_unverified_rust_toolchain = false } else { - if (host_os != "linux") { + if (host_os != "linux" && host_os != "openbsd" && host_os != "freebsd") { - assert( - false, - "Attempt to use standard Rust toolchain on an unsupported platform") + assert(false, + "Attempt to use Android Rust toolchain on an unsupported platform") + } -- cgit v1.2.3