Skip to content
Snippets Groups Projects
Verified Commit c7b5f2f4 authored by Oto Šťáva's avatar Oto Šťáva
Browse files

.gitlab-ci.yml: disable jemalloc in kresd

`libfaketime` and `jemalloc` is an incompatible combination.
parent 4892448c
No related branches found
No related tags found
1 merge request!221treewide: use /usr/bin/env for shebangs
Pipeline #128525 failed
......@@ -71,7 +71,7 @@ test:comparative:kresd:
- git clone --recurse-submodules -j8 --depth=1 https://gitlab.nic.cz/knot/knot-resolver.git /tmp/kresd-local-build
- pushd /tmp/kresd-local-build
- git log -1
- meson build_local --default-library=static --prefix=/tmp/.local
- meson build_local --default-library=static -Dmalloc=disabled --prefix=/tmp/.local
- ninja -C build_local install
- popd
# compare results from latest Deckard with results from merge base
......@@ -95,7 +95,7 @@ test:latest:kresd:
- git clone --recurse-submodules -j8 --depth=1 https://gitlab.nic.cz/knot/knot-resolver.git kresd-local-build
- pushd kresd-local-build
- git log -1
- meson build_local --default-library=static --prefix="$PWD/../.local"
- meson build_local --default-library=static -Dmalloc=disabled --prefix="$PWD/../.local"
- ninja -C build_local install
- popd
- TMPDIR=$(pwd) PATH=$(pwd)/.local/sbin:$PATH ./kresd_run.sh -n $(nproc)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment