Skip to content
This repository was archived by the owner on Mar 26, 2024. It is now read-only.

Commit 27cadc7

Browse files
committed
Use custom pyston base build without pymalloc
This should mean jemalloc works via LD_PRELOAD.
1 parent eb1f5f3 commit 27cadc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/beeper-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
docker buildx build \
124124
--push \
125125
--platform linux/amd64 \
126-
--build-arg BASE_IMAGE=pyston/slim:2.3.3 \
126+
--build-arg BASE_IMAGE=${{ secrets.CI_REGISTRY }}/pyston-no-pymalloc:slim-amd64-2.3.4 \
127127
--tag ${{ secrets.CI_REGISTRY }}/synapse:$tag-${{ github.sha }}-pyston \
128128
-f docker/Dockerfile-custom-base \
129129
.

0 commit comments

Comments
 (0)