Skip to content

Commit

Permalink
Clean up /dev/shm
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou committed Jun 27, 2024
1 parent 99e92cc commit f594f7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ jobs:
cd build
rm -rf /github/home/.cache
mkdir -p /github/home/.cache
rm -rf /dev/shm/*
df -h /dev/shm
export ASAN_SYMBOLIZER_PATH=$(realpath /usr/bin/llvm-symbolizer-15)
./tests.sh --timeout 360 --output-on-failure -LE "benchmark|perf|protocolstest|vegeta|suite"
shell: bash
Expand Down

0 comments on commit f594f7c

Please sign in to comment.