-
Notifications
You must be signed in to change notification settings - Fork 17
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
make build fails on local ubuntu setup #49
Comments
ah, this might be related to the cross version. trying the same version as used in Makefile now. |
this is indeed the cross version. Now trying to think how can we make sure new contributors don't run into this. a few options could be:
wdyt? |
Related: deislabs/containerd-wasm-shims#200 I believe I had already pinned the cross version in the Makefile of both repos. That is |
thanks for linking me to that issue. If a user has unsupported version of cross, should we print a warning and ask them to run The reason I ask is user may not even realize that they have unsupported version of cross, and may have to spend time debugging why it didn't worked. |
yeah that makes sense to me. Would you like to open a PR for adding that warning? |
on a fresh checkout of containerd-wasm-shim repo, if I run
make build
, I always get an error:Click to see complete logs
to fix, I usually have to update
cross/Dockerfile
to hardcodeMARCH=x86
and then also updateENV LIBSECCOMP_LIB_PATH="${CROSS_SYSROOT}/lib"
manually.I looked at GitHub actions, and we don't have to do any of this there.
It will be nice to be able to run
make build
without having to make any local changes to Dockerfile. do we know what might be causing this behavior?The text was updated successfully, but these errors were encountered: