Skip to content

Commit

Permalink
in_lua: Enable luajit for s390x
Browse files Browse the repository at this point in the history
  • Loading branch information
YingJie Fu committed Jun 2, 2024
1 parent ea7b9f4 commit 0ae1cfc
Show file tree
Hide file tree
Showing 23 changed files with 6,709 additions and 15 deletions.
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -400,11 +400,6 @@ if (FLB_SYSTEM_MACOS)
include(cmake/macos-setup.cmake)
endif()

# Build for SystemZ - s390x arch
if (FLB_SYSTEM_LINUX)
include(cmake/s390x.cmake)
endif ()

# Extract Git commit information for debug output.
# Note that this is only set when cmake is run, the intent here is to use in CI for verification of releases so is acceptable.
# For a better solution see https://jonathanhamberg.com/post/cmake-embedding-git-hash/ but this is simple and easy.
Expand Down
8 changes: 0 additions & 8 deletions cmake/s390x.cmake

This file was deleted.

Loading

0 comments on commit 0ae1cfc

Please sign in to comment.