You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 7, 2024. It is now read-only.
There was a bug where proc/10-core_defines.sh set TMPDIR as $SRCDIR,
but then the script sourced etc/autobuild3/ab3_defcfg.sh, which
overrides TMPDIR as /tmp, a tmpfs mount point in systemd-based systems.
This could result in peculiar OOM-like errors during link time, especially
when packages utilise LTO.
0 commit comments