Max Ihlenfeldt
Max Ihlenfeldt
Original: https://lists.openembedded.org/g/openembedded-devel/message/109009 --- Hi, since commit 0438fba4e773824fd2b41ded2728076deeeedeb1 ("chromium: Enable Rust") in meta-browser, I get this error on several different chromium-x11 builds (i.e. Fedora 33 and Fedora 39 hosts, mickledore and...
Fixes #811. Build and patch changes: ------------------------ Add one backported patch to fix a build race condition that would sometimes lead to build errors. License changes: ---------------- Added licenses: none....
Fixes #792. Build and patch changes: ------------------------ In #782, we decided to depend on rust instead of libstd-rs, because the latter didn't include libprofiler_builtins and also used a naming scheme...
I've asked on the Chromium Slack if there's any MSRV (minimum supported Rust version) policy for Chromium, and this was the response from danakj@: > we don't [have a MSRV...
Fixes #796. Note that this PR drops support for Nanbield (which is scheduled to reach its EOL this month anyway), see the discussion at #796 for why. Release notes: https://chromereleases.googleblog.com/2024/03/stable-channel-update-for-desktop_19.html...
Release notes: * https://chromereleases.googleblog.com/2024/03/stable-channel-update-for-desktop_19.html
Chromium is going to switch to using C++20 soon (one or two months). According to Google's Peter Kasting, "Anything before clang 16 is basically not going to work". Here's the...
See the discussions at #757 and #771.
Example error (happens for multiple files): ``` FAILED: yocto_native/obj/third_party/boringssl/boringssl/handoff.o clang++ -MMD -MF yocto_native/obj/third_party/boringssl/boringssl/handoff.o.d -DUSE_UDEV -DUSE_AURA=1 -DUSE_GLIB=1 -DUSE_OZONE=1 -DOFFICIAL_BUILD -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ LARGEFILE64_SOURCE -DNO_UNWIND_TABLES -D_GNU_SOURCE -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -DBORINGSSL_IMPLEMENTATION -DBORINGSSL_ALLOW_CXX_RUNTIME -DBORINGSSL_NO_STATIC_INITIALI...
Release notes: * https://chromereleases.googleblog.com/2024/07/stable-channel-update-for-desktop_23.html * https://chromereleases.googleblog.com/2024/07/stable-channel-update-for-desktop_30.html