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

Fix fts build for shared library #544

Merged
merged 3 commits into from
Oct 16, 2024

Conversation

kateinoigakukun
Copy link
Contributor

#522 did not include the necessary changes to the Makefile for libc_so build.
Additionally, updated CI to check libc_so build too to avoid future breakage.

WebAssembly#522 did not include the
necessary changes to the Makefile for libc_so build.
.github/workflows/main.yml Show resolved Hide resolved
make -j4 TARGET_TRIPLE=wasm32-wasip2 WASI_SNAPSHOT=p2
make -j4 TARGET_TRIPLE=wasm32-wasi $MAKE_TARGETS
make -j4 TARGET_TRIPLE=wasm32-wasip1 $MAKE_TARGETS
make -j4 TARGET_TRIPLE=wasm32-wasip2 WASI_SNAPSHOT=p2 $MAKE_TARGETS
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to be passing these $MAKE_TARGETS to the threaded builds a couple of lines below as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems like THREAD_MODEL=posix does not support PIC build for now

# TODO: As of this writing, wasi_thread_start.s uses non-position-independent

@abrown abrown merged commit 98897e2 into WebAssembly:main Oct 16, 2024
8 checks passed
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.

4 participants