Skip to content

Commit 3a46a5b

Browse files
committed
doc: Add notes on s390x PCRE JIT
Signed-off-by: Evan Wies <evan@neomantra.net>
1 parent e730872 commit 3a46a5b

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
Changelog
22
=========
33

4-
## 1.27.1.2-3 (2025-07-29)
4+
## 1.27.1.2-3 (2025-07-30)
55

66
* Update LuaRocks to `3.12.2` (#276)
7+
* Enable PCRE JIT on `s390x` platform. (#208, #278, [upstream [#834](https://github.com/openresty/openresty/issues/834))
8+
* This was possible with OpenResty `1.27`, as it adopted PCRE `10`. The prior PCRE `8` did not support JIT on `s390x`.
79

810
## 1.27.1.2-2 (2025-06-16)
911

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ The following "flavors" are built from source and are intended for more advanced
111111

112112
The `openresty/openresty:latest` tag points to the latest `bookworm` image.
113113

114-
Since `1.19.3.2-1`, all flavors support multi-architecture builds, both `amd64` and `aarch64`. Since `1.21.4.1-1`, the `s390x` architecture is supported for build-from-source Ubuntu flavors (like `jammy`), however [PCRE JIT](https://github.com/zherczeg/sljit/issues/89) is disabled.
114+
Since `1.19.3.2-1`, all flavors support multi-architecture builds, both `amd64` and `aarch64`. Since `1.21.4.1-1`, the `s390x` architecture is supported for build-from-source Ubuntu flavors (like `jammy`); prior to version `1.27.1.2-3`, [PCRE JIT](https://github.com/zherczeg/sljit/issues/89) is disabled for `s390x`.
115115

116116
Starting with `1.13.6.1`, releases are tagged with `<openresty-version>-<image-version>-<flavor>`. The latest `image-version` will also be tagged `<openresty-version>-<flavor>`. The HEAD of the master branch is also labeled plainly as `<flavor>`. The builds are managed by [Travis-CI](https://travis-ci.com/github/neomantra/docker-openresty) and [Appveyor](https://ci.appveyor.com/project/openresty/docker-openresty) (for Windows images).
117117

0 commit comments

Comments
 (0)