Skip to content

Update preserve list of library update scripts#27247

Merged
aheejin merged 1 commit into
emscripten-core:mainfrom
aheejin:update_preserve
Jul 3, 2026
Merged

Update preserve list of library update scripts#27247
aheejin merged 1 commit into
emscripten-core:mainfrom
aheejin:update_preserve

Conversation

@aheejin

@aheejin aheejin commented Jul 3, 2026

Copy link
Copy Markdown
Member

Following update_comiler_rt.py, this updates other update scripts so that we don't remove files having emscripten in their names.

if f in preserve_files or 'emscripten' in f:

Also this adds two more missing files (that don't have emscripten) in libcxxabi to its preserve_files list so that they don't get deleted every time update_libcxxabi.py runs.

Following `update_comiler_rt.py`, this updates other update scripts so
that we don't remove files having `emscripten` in their names.
https://github.com/emscripten-core/emscripten/blob/dd4ab289cfc2721ebaef602d400eea381161c4bb/system/lib/update_compiler_rt.py#L35

Also this adds two more missing files (that don't have `emscripten`) in
libcxxabi to its `preserve_files` list so that they don't get deleted
every time `update_libcxxabi.py` runs.
@aheejin aheejin requested a review from sbc100 July 3, 2026 11:51
@aheejin aheejin merged commit a9c46fa into emscripten-core:main Jul 3, 2026
39 checks passed
@aheejin aheejin deleted the update_preserve branch July 3, 2026 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants