sumitd2

Results 54 comments of sumitd2

Hi @leonardo-albertovich , let me know if you guys want JIT disabled for ppc64le.

Hi @edsiper Please let me know how you would like to proceeed with luajit2.

@tarruda I used **cmake -DFLB_WASM=Off -DFLB_LUAJIT=Off -DLUAJIT_DISABLE_JIT=On -DFLB_TESTS_RUNTIME=On -DFLB_TESTS_INTERNAL=On ..** It compiled fine and the filter_lua test was enabled, though it failed. Have removed luajit2 from the PR. Let me...

@tarruda I applied that patch (modified luajit.cmake manually). Results in compile errors: ``` ==== Building LuaJIT 2.1.0-beta3 ==== lj_arch.h:327:2: error: #error "No support for PPC64" #error "No support for PPC64"...

Hi @patrick-stephens Have a look at: https://github.com/ansible/receptor/blob/devel/.github/workflows/devel_image.yml#L51 https://github.com/ansible/receptor/actions/runs/2972734524/jobs/4761505405

Hi team, @tarruda We would need to close this PR because fb is not building on power anymore because of wasm. This is the first error I got (I fixed...

@cosmo0920 I fixed it looking at that PR, then had to fix another one, and then there was another one. It would take some fixing: _/root/sumit/fluent-bit/lib/wasm-micro-runtime-fast-jit-06-29-2022/core/shared/platform/common/posix/posix_memmap.c: In function ‘os_mmap’: /root/sumit/fluent-bit/lib/wasm-micro-runtime-fast-jit-06-29-2022/core/shared/platform/common/posix/posix_memmap.c:74:22:...

@cosmo0920 This patch will of course do. Shall we do the same for luajit as well?

> @sumitd2 Could you use this approach to detect ppc64le platform? [cosmo0920@77f53a1](https://github.com/cosmo0920/fluent-bit/commit/77f53a114b6b9410ffad262eb6eae331b298342b) We should use the specific cmake file for ppc64le handling to keep maintanability. @cosmo0920 Done

Hi Team, please merge this PR. Thanks.