Skip to content

Commit 95e4713

Browse files
committed
Build runtime with XP runners from GitHub. See xp-runners/reference#90
1 parent 966553b commit 95e4713

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ AWS Lambda change log
33

44
## ?.?.? / ????-??-??
55

6+
## 6.2.0 / 2025-09-06
7+
8+
* Build runtime with XP runners from GitHub. See xp-runners/reference#90
9+
(@thekid)
10+
611
## 6.1.0 / 2025-07-24
712

813
* Removed default memory limit for PHP, let lambda infrastructure take

src/main/php/xp/lambda/Dockerfile.runtime

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN cd php-src-php-${php_version} && ./buildconf --force && ./configure \
2929
make -j $(nproc) all install
3030

3131
# Create XP Bootstrap
32-
RUN curl -L https://baltocdn.com/xp-framework/xp-runners/distribution/downloads/e/entrypoint/xp-run-${xp_version}.sh \
32+
RUN curl -L https://github.com/xp-runners/reference/releases/download/v${xp_version}/xp-run-${xp_version}.sh \
3333
| sed -e 's/"$@"/xp.lambda.AwsRunner/g' > /opt/php/bootstrap \
3434
&& chmod 755 /opt/php/bootstrap \
3535
&& head -1 /opt/php/bootstrap | grep '^#!'

0 commit comments

Comments
 (0)