chore(deps) Update dependency rollup to v2.52.0#1996
Merged
Conversation
senamakel
pushed a commit
to tinyhumansai/tauri-cef
that referenced
this pull request
May 20, 2026
The exclude list introduced for glibc/NSS (PR #15 and tauri-apps#1996's precedent) broke AppImage launch on every host in two ways that the original PRs' test plans didn't cover: 1. `ld-linux` was bundled in the exclude list under the "glibc family" rationale, but sharun *requires* a loader to be present in `$APPDIR/shared/lib/` to bootstrap the dynamic OpenHuman binary (whose INTERP is stripped during lib4bin processing). With it excluded, sharun aborts with "Interpreter not found!" before any chromium code runs. The loader is ABI-stable enough across glibc versions for the host-vs-bundle mix here to remain safe. 2. The exclusion sweep used `fs::read_dir` on top-level `shared/lib` only. lib4bin mirrors source paths when libraries are pulled in from nested locations (e.g. `shared/lib/snap/core20/<rev>/usr/lib/x86_64-linux-gnu/libc.so.6` when the build host has snap-managed apps like VS Code), so nested copies of `libc.so`, `libm.so`, etc. survived the sweep and broke `GLIBC_2.x` symbol lookups on the target host even though the intent was to defer to host glibc. Both reproduce on Ubuntu 26.04 GNOME-Wayland with the locally-built v0.53.49 AppImage. Without (1), launch dies at sharun bootstrap; with (1) but without (2), launch dies at `libm.so.6: version GLIBC_2.35 not found`. Both fixed by this change. Refs tinyhumansai/openhuman#2001, tinyhumansai/openhuman#2032, #15
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.51.2->2.52.0Release Notes
rollup/rollup
v2.52.0Compare Source
2021-06-16
Features
--configPluginCLI option to apply plugins to the config file for e.g. TypeScript configs (#3835)treeshake.correctVarValueBeforeDeclarationoption to deoptimizevardeclarations (#4139)Pull Requests
Configuration
📅 Schedule: "after 3am on Wednesday" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.