Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* quickjs: add the engine QuickJS version 2024-01-13 (...) 14 4.403 NJS configuration summary: 14 4.403 14 4.403 + using CC: "cc" 14 4.403 + using CFLAGS: " -pipe -fPIC -fvisibility=hidden -O -W -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-prototypes -Werror -g -fexcess-precision=standard -I /usr/src/quickjs " 14 4.403 14 4.403 + using PCRE library: -lpcre 14 4.403 + using readline library: -ledit 14 4.403 + using QuickJS library: -lquickjs -lm -ldl -lpthread 14 4.403 + using OpenSSL library: -lcrypto 14 4.403 + using libxml2 library: -lxml2 14 4.403 + using zlib library: -L/lib -lz 14 4.403 14 4.403 njs build dir: build 14 4.403 njs CLI: build/njs (...) 15 8.768 adding module in /usr/src/njs/nginx 15 8.769 checking for QuickJS library -lquickjs.lto ... not found 15 8.829 checking for QuickJS library -lquickjs ... found 15 8.984 checking for QuickJS JS_NewTypedArray() ... found 15 9.072 enabled QuickJS engine 15 9.072 enabled webcrypto module 15 9.073 enabled xml module 15 9.074 enabled zlib module 15 9.075 + ngx_js_module was configured * Ecbo the quickjs version * Update Dockerfile * Update Dockerfile
- Loading branch information