-
-
Notifications
You must be signed in to change notification settings - Fork 110
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
Sandbox friendly build #92
Conversation
ff7a744
to
aba2d3b
Compare
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.
Currently late in the day where I am, will test and possibly merge in the morning.
38ef3e6
to
938ecbf
Compare
I don't run Windows so I can't help much with the failing check unfortunately. |
a668d3d
to
5b3bdca
Compare
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.
Besides the failing checks looks good to me.
GitHub doesn't appear to be letting me restart the checks this time around, perhaps force push once more?
Don't worry, I found symbols search path at |
Hello @tazz4843! Can I ask you to run CI pipeline? |
GitHub doesn't appear to be letting me run the checks this time around, perhaps force push once more? |
* CMake machinery simplified. * Build artifacts not stored in source directories anymore.
5b3bdca
to
0b5a74a
Compare
Can't get this to compile locally:
|
Have you downloaded submodules? git submodule update --init --recursive I tested this setup in few environments: OS X M1, X86 and ARM servers. |
I always forget to clone the submodules, thanks for reminding me. Seems to work now. |
Thanks for the PR! |
Hi, @tazz4843 !
I've made some effort to simplify cmake machinery and make build sandbox-friendly (now it is not changing source directory), now this crate can be build with NIX Flake.
Any feedback appreciable!