Skip to content

Commit 11a4596

Browse files
committed
[v74] rebuild without nss update (vol2)
1 parent 9a0000e commit 11a4596

21 files changed

+3
-4
lines changed

libs/amazon-linux-2-v74/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ dist: build
152152
docker exec ${DOCKER_CONTAINER} /bin/cat /usr/lib64/liblzf.so.1 > ${DIST_LIB_PATH}/liblzf.so.1
153153
docker exec ${DOCKER_CONTAINER} /bin/cat /usr/lib64/liblz4.so.1 > ${DIST_LIB_PATH}/liblz4.so.1
154154
docker exec ${DOCKER_CONTAINER} /bin/cat /usr/lib64/libsnappy.so.1 > ${DIST_LIB_PATH}/libsnappy.so.1
155-
docker exec ${DOCKER_CONTAINER} /bin/cat /usr/lib64/libnssutil3.so > ${DIST_LIB_PATH}/libnssutil3.so
156155

157156
# Remove temporary PHP container
158157
docker rm --force ${DOCKER_CONTAINER} || true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM amazonlinux:2.0.20201218.1-with-sources
1+
FROM amazonlinux:2.0.20240109.0
22

33
ENV PHP=php74
44

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ extension=mongodb
5858
extension=apcu
5959
extension=ds
6060
extension=phalcon
61-
extension=swoole
61+
; extension=swoole
6262
extension=redis
6363

6464
; [Common]
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-32 Bytes
Binary file not shown.
-11.9 KB
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
8 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)