Skip to content

Commit d0ca16c

Browse files
committed
chromium: Disable Rust for now
It turns out that Rust might be used in the build in 114 already. As discussed in #723, we need to figure out how to best support Rust builds, and until we've done so we need to disable it.
1 parent 0f2de2d commit d0ca16c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

meta-chromium/recipes-browser/chromium/chromium-gn.inc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,9 @@ GN_ARGS += ' \
303303
# but we can use whatever user configured in PARALLEL_MAKE
304304
GN_ARGS += 'max_jobs_per_link="${@oe.utils.parallel_make_argument(d, '%d')}"'
305305

306+
# We haven't figured out how to best support Rust yet, so disable it for now.
307+
GN_ARGS += 'enable_rust=false'
308+
306309
# ARM builds need special additional flags (see ${S}/build/config/arm.gni).
307310
# If we do not pass |arm_arch| and friends to GN, it will deduce a value that
308311
# will then conflict with TUNE_CCARGS and CC.

0 commit comments

Comments
 (0)