ci: link Linux soul with -rdynamic so its http handler resolves #86
Reference in New Issue
Block a user
Delete Branch "ci/rdynamic-http-handler"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Run 3388 gate caught it: the stripped Linux soul returned 'no http handler registered' for every route because the runtime dlsym-resolves handle_request and glibc needs it exported. Add -rdynamic (mirrors Windows --export-all-symbols). Fixes the gate and the deployed soul. Re-triggers build+gate+publish+deploy.