Evgeny Posenitskiy

Results 24 comments of Evgeny Posenitskiy

Hi @kgantchev, Thanks for reaching out! We are a small open source project with no budget for the CI. Thus, commercial runners are not an option for us.

@stefabat yes, this is expected since usually the user would build and link against either static or dynamic lib. At least it seems to be a common practice with cmake....

By default we compile a shared library and then if `BUILD_STATIC_LIBS` is set to `ON` - we compile a static one with CMake. It would be possible to compile both...

OK, I see. @stefabat @scemama feel fre to close the issue when you feel like it. I removed the `bug` label because it was not a bug but a misunderstanding...

> Can you please add a section at the end of the trex.org file for documentation? It would be nice to briefly explain that this feature exists, and give a...

This is almost a 2-year anniversary of this PR. Since this feature did not go anywhere due to the lack of interest from the user side, I am closing this...

Good catch, thank you @erwan-privat ! Haven't encountered this one before. This should probably go in the README since `python-install` runs a bunch of Python-native build tools and we have...

Hello @robertodr, I see that there are some [ubuntu-arm](https://github.com/actions/partner-runner-images/tree/main) runners in the Beta access, I can have a look. Do you have access to the `aarch64` Linux machine to test...

Sure, but it would be nice to test it on another machine too since this arch-os combo is relatively new to us.

OK, the first CI tests on `ubuntu-22.04-arm` are green, now need to rebuild the corresponding Docker images for ARM arch and modify the wheel building in the CI.