Skip to content

change jemalloc config for amd64 #4

change jemalloc config for amd64

change jemalloc config for amd64 #4

Triggered via push August 27, 2024 09:01
Status Failure
Total duration 41s
Artifacts

docker.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
docker
buildx failed with: ERROR: failed to solve: process "/bin/sh -c JEMALLOC_BDIR=$(mktemp -d) && git clone --depth 1 https://github.com/jemalloc/jemalloc $JEMALLOC_BDIR && cd $JEMALLOC_BDIR && ./autogen.sh && arch=$(dpkg --print-architecture) && if [[ $arch == amd64 ]]; then ./configure --with-lg-page=21 --with-lg-hugepage=21 --with-lg-quantum=6; elif [[ $arch == aarch64 ]]; then ./configure --with-lg-page=14; else ./configure && make -j$(nproc) && make install && rm -rf $JEMALLOC_BDIR" did not complete successfully: exit code: 2
docker
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, docker/metadata-action@v4, docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/login-action@v2, actions/cache@v3, docker/build-push-action@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/