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 WASM build and build action #57

Merged
merged 2 commits into from
Oct 9, 2022
Merged

Conversation

guregu
Copy link
Contributor

@guregu guregu commented Oct 9, 2022

Sorry about that, Github made a breaking change to actions after my PR: actions/runner-images#6283.
This also adds some minimal changes to get WASM building again.

@guregu
Copy link
Contributor Author

guregu commented Oct 9, 2022

Whoops, forgot to add the clock stuff do, will do that now...

@guregu
Copy link
Contributor Author

guregu commented Oct 9, 2022

Everything should be good now 🙂

@@ -10,8 +10,6 @@
#include <time.h>
#include <signal.h>
#include <fcntl.h>
#include <spawn.h>
#include <sys/wait.h>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

These two headers are included below in the #if !defined(_WIN32) && !defined(__wasi__) bit, BTW.
Which reminds me, I should add Windows to the CI. I'll take care of that later :-)

@infradig infradig merged commit 5ec6f94 into trealla-prolog:main Oct 9, 2022
@guregu guregu deleted the fix-gh-build branch October 9, 2022 04:03
@guregu guregu mentioned this pull request Oct 9, 2022
10 tasks
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