Skip to content

Commit ff17111

Browse files
committed
fix: cleanup previous build data for arm runner
1 parent 1364a6c commit ff17111

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@ jobs:
172172
runs-on: [self-hosted, Linux, ARM64]
173173

174174
steps:
175+
- name: Remove previous data (owned by root, because written from docker as bin mount directory)
176+
run: sudo rm -rf ./pyroscope_ffi/python/lib/target ./pyroscope_ffi/python/.eggs/ ./pyroscope_ffi/python/dist pyroscope_ffi/python/pyroscope_io.egg-info ./pyroscope_ffi/python/build ./target/
175177
- uses: AutoModality/action-clean@v1
176178
- uses: actions/checkout@v3
177179
with:

0 commit comments

Comments
 (0)