-
Notifications
You must be signed in to change notification settings - Fork 70
Cmake cleanup Faasm Part 2 #523
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
Conversation
90bbf3c to
4cad71c
Compare
4cad71c to
45d736c
Compare
45d736c to
f5d93f5
Compare
Shillaker
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks great, couple of small (potential) changes and checks, then once tests have gone through I think it's good to go 👍
|
Due to the bad copy-paste between conf and codegen the container build failed, so I'm restarting it but also now building base and cli locally so that the tests can run earlier |
07ab632 to
a0ce53a
Compare
a0ce53a to
b83f932
Compare
* WAVM was linking LLVM dynamically while WAMR was doing it statically, resulting in a conflict of static constructors * dist_test_server was linking to test_utils->Catch2, but it didn't use any of its functions, so the correct symbols never got placed in the executable, and the linker complained about not being able to find Catch2 symbols referenced by the faabric test_utils shared library
…ogs to trigger GH Actions log rate limiter
fdc3c27 to
95716df
Compare
95716df to
96d32a8
Compare
Before ready for merging, needs #522 and faasm/faabric#165 - then dockerfiles must be pointed at the new base containers.
Closes #413