mirror of
https://github.com/bol-van/zapret2.git
synced 2026-03-14 06:13:09 +00:00
actions: build x86 binary with classic LUA 5.4
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -108,7 +108,7 @@ jobs:
|
|||||||
export PKG_CONFIG_PATH=$DEPS_DIR/lib/pkgconfig
|
export PKG_CONFIG_PATH=$DEPS_DIR/lib/pkgconfig
|
||||||
export STAGING_DIR=$RUNNER_TEMP
|
export STAGING_DIR=$RUNNER_TEMP
|
||||||
|
|
||||||
if [[ "$ARCH" == lexra ]] || [[ "$ARCH" == ppc ]]; then
|
if [[ "$ARCH" == lexra ]] || [[ "$ARCH" == ppc ]] || [[ "$ARCH" == x86 ]]; then
|
||||||
# use classic lua
|
# use classic lua
|
||||||
wget -qO- https://www.lua.org/ftp/lua-${LUA_RELEASE}.tar.gz | tar -xz
|
wget -qO- https://www.lua.org/ftp/lua-${LUA_RELEASE}.tar.gz | tar -xz
|
||||||
(
|
(
|
||||||
|
|||||||
@@ -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: 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: 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
|
* 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: http_reply, url and nld dissectors
|
||||||
* zapret-lib: instance_cutoff_shim
|
* zapret-lib: instance_cutoff_shim
|
||||||
* zapret-auto: circular orchestrator
|
* zapret-auto: circular orchestrator
|
||||||
|
|||||||
Reference in New Issue
Block a user