Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: qemuv8: add configurations with CFG_ULIBS_SHARED=y #7084

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jforissier
Copy link
Contributor

Add configurations to the QEMUv8 job to test shared library support with GCC as well as Clang. Shared libraries are somewhat already tested by xtest 1022 which performs dlopen()/dlsym() on a custom library, but CFG_ULIBS_SHARED=y will thoroughly test the loading and symbol resolution at TA load time.

@jenswi-linaro
Copy link
Contributor

Acked-by: Jens Wiklander <[email protected]>

Add configurations to the QEMUv8 job to test shared library support with
GCC as well as Clang. Shared libraries are somewhat already tested by
xtest 1022 which performs dlopen()/dlsym() on a custom library, but
CFG_ULIBS_SHARED=y will thoroughly test the loading and symbol resolution
at TA load time.

Signed-off-by: Jerome Forissier <[email protected]>
Acked-by: Jens Wiklander <[email protected]>
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