Neirac
Neirac
Hi @rodrigoreis, that's a feature that needs to be implemented. I'll take a look.
@rodrigoreis This should be a new feature, but I don't have cycles to spend on this. I added this change for later v1.3.0. Thanks!.
Thanks for the report @euskadi31, how do I reproduce this error ?
1. Do you have an example on how is done on other nomad plugins?
@AngelOnFira how did it go?. were you able to spin up a firecracker task on nomad?. Let me know which steps were not clear. here is step by step guide...
> Hi there, > Currently the firecracker-task-driver can't use the v1.0.0 firecracker binary because of a breaking change in firecracker. Specifically the `ht_enabled` field was renamed to `smt` and is...
This is going to take a lot of more time than I thought, I work on this on my free time at nights after work so I'll try to return...
Thanks for the bug report, I'll take a look when I have available time to work on this.
@hitendra-galaxyweblinks were you using the cni-plugins from my fork? if not that the cause of the segfault. Unfortunately by mistake a erased my fork with the changes need a month...
> I applied changes from #83 and it works > > in `CMake/cxx_features.cmake` change > > ```cmake > if(CMAKE_CXX_COMPILER_ID STREQUAL "Clang") > # to > if(CMAKE_CXX_COMPILER_ID STREQUAL "Clang" OR CMAKE_CXX_COMPILER_ID...