Skip to content

Commit e51b4e2

Browse files
committed
debugging jemalloc
1 parent e1b3325 commit e51b4e2

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -923,3 +923,11 @@ jobs:
923923
export CARGO_BUILD_JOBS=1
924924
export RUST_BACKTRACE=full
925925
nix flake check -L --show-trace --print-build-logs
926+
- name: Dump jemalloc configure log (on failure)
927+
if: ${{ failure() }}
928+
shell: bash
929+
run: |
930+
set -euxo pipefail
931+
# Find any jemalloc config.log produced in the workspace build dir
932+
find /build/source -path '*tikv-jemalloc-sys*' -name config.log -print -exec tail -n 300 {} \; || true
933+

0 commit comments

Comments
 (0)