From 6961c013c5a9f4512b985aae4778475284fed129 Mon Sep 17 00:00:00 2001 From: bol-van Date: Sat, 6 Dec 2025 23:13:19 +0300 Subject: [PATCH] actions: build x86 binary with classic LUA 5.4 --- .github/workflows/build.yml | 2 +- docs/changes.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dac7e0b..02bf66b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -108,7 +108,7 @@ jobs: export PKG_CONFIG_PATH=$DEPS_DIR/lib/pkgconfig export STAGING_DIR=$RUNNER_TEMP - if [[ "$ARCH" == lexra ]] || [[ "$ARCH" == ppc ]]; then + if [[ "$ARCH" == lexra ]] || [[ "$ARCH" == ppc ]] || [[ "$ARCH" == x86 ]]; then # use classic lua wget -qO- https://www.lua.org/ftp/lua-${LUA_RELEASE}.tar.gz | tar -xz ( diff --git a/docs/changes.txt b/docs/changes.txt index d5b4a09..6f602cf 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -57,6 +57,7 @@ v0.5 * nfqws2: abandon any arithmetics beyond 32bit (because lua 5.1 does not support 64 bit integers, store everything as double) * nfqws2: fix issues with 32-bit lua_Integer in lua<5.3 on 32-bit platforms * nfqws2: instance_cutoff luacall just warns and do nothing if ctx is nil +* actions: build nfqws2 x86 binary with LUA 5.4, not with luajit * zapret-lib: http_reply, url and nld dissectors * zapret-lib: instance_cutoff_shim * zapret-auto: circular orchestrator