Skip to content

Commit a1b01f4

Browse files
committed
[v83] rebuild, include more libs for node22
1 parent 041cbd7 commit a1b01f4

File tree

16 files changed

+25
-7
lines changed

16 files changed

+25
-7
lines changed

libs/amazon-linux-2-v83/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@ dist: build
164164
docker exec ${DOCKER_CONTAINER} /bin/cat /usr/lib64/libutf8proc.so.1 > ${DIST_LIB_PATH}/libutf8proc.so.1
165165
docker exec ${DOCKER_CONTAINER} /bin/cat /usr/lib64/libpsl.so.5 > ${DIST_LIB_PATH}/libpsl.so.5
166166
docker exec ${DOCKER_CONTAINER} /bin/cat /usr/lib64/libcapstone.so.4 > ${DIST_LIB_PATH}/libcapstone.so.4
167+
docker exec ${DOCKER_CONTAINER} /bin/cat /usr/lib64/libplc4.so > ${DIST_LIB_PATH}/libplc4.so
168+
docker exec ${DOCKER_CONTAINER} /bin/cat /usr/lib64/libnspr4.so > ${DIST_LIB_PATH}/libnspr4.so
167169

168170
# Remove temporary PHP container
169171
docker rm --force ${DOCKER_CONTAINER} || true

libs/amazon-linux-2-v83/build/Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ RUN amazon-linux-extras install epel -y
77
RUN yum install -y \
88
http://rpms.remirepo.net/enterprise/remi-release-7.rpm \
99
yum-utils \
10-
curl
10+
curl \
11+
tar \
12+
wget \
13+
make \
14+
gcc
1115

1216
RUN yum-config-manager --enable remi-${PHP}
1317
RUN yum update -y && yum upgrade -y

libs/amazon-linux-2-v83/build/conf/php.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
; [PHP 8.3]
2+
;
13
; [Extensions]
24

35
; Where to find extensions
@@ -88,3 +90,7 @@ opcache.file_cache_consistency_checks=0
8890
; [Session]
8991
session.save_path="/tmp"
9092
session.auto_start=0
93+
94+
; [FFI]
95+
[ffi]
96+
ffi.enable=true
-648 Bytes
Binary file not shown.
-24 Bytes
Binary file not shown.
4.02 KB
Binary file not shown.
0 Bytes
Binary file not shown.
108 KB
Binary file not shown.
16 Bytes
Binary file not shown.
-16 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)