Skip to content

Commit 1e720ee

Browse files
committed
fix
1 parent 6973a53 commit 1e720ee

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/pika.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,9 @@ jobs:
166166
- name: Install deps
167167
run: |
168168
dnf update -y
169-
dnf install -y bash cmake wget git autoconf gcc perl-Digest-SHA tcl which tar g++ tar epel-release gcc-c++ libstdc++-devel gcc-toolset-13
169+
dnf install -y bash cmake wget git autoconf gcc perl-Digest-SHA tcl which tar g++ tar epel-release gcc-c++ libstdc++-devel gcc-toolset-13 binutils
170+
dnf clean all
171+
rm -rf /var/cache/dnf
170172
171173
- name: Set up Go
172174
uses: actions/setup-go@v5
@@ -201,6 +203,7 @@ jobs:
201203
- name: Cleanup
202204
run: |
203205
rm -rf ./buildtrees
206+
rm -rf ./build/Testing
204207
echo "Cleaning up object files to save space..."
205208
find ./build -name "*.o" -type f -delete
206209
find ./build -name "*.a" -type f -delete
@@ -228,6 +231,8 @@ jobs:
228231
../tests/integration/start_codis.sh
229232
230233
- name: Run Go E2E Tests
234+
echo "Cleaning up previous test data..."
235+
rm -rf ./db ./log ./pika_log ./dump ./*.log
231236
working-directory: ${{ github.workspace }}/build
232237
run: |
233238
cd ../tools/pika_keys_analysis/

0 commit comments

Comments
 (0)