Skip to content

Commit

Permalink
chromium: Disable Rust for now
Browse files Browse the repository at this point in the history
It turns out that Rust might be used in the build in 114 already. As
discussed in OSSystems#723, we need to figure out how to best support Rust
builds, and until we've done so we need to disable it.
  • Loading branch information
MaxIhlenfeldt committed Aug 22, 2023
1 parent 0f2de2d commit fa9c4ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions meta-chromium/recipes-browser/chromium/chromium-gn.inc
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,9 @@ GN_ARGS += ' \
# but we can use whatever user configured in PARALLEL_MAKE
GN_ARGS += 'max_jobs_per_link="${@oe.utils.parallel_make_argument(d, '%d')}"'

# We haven't figured out how to best support Rust yet, so disable it for now.
GN_ARGS += 'enable_rust=false'

# ARM builds need special additional flags (see ${S}/build/config/arm.gni).
# If we do not pass |arm_arch| and friends to GN, it will deduce a value that
# will then conflict with TUNE_CCARGS and CC.
Expand Down

0 comments on commit fa9c4ff

Please sign in to comment.