Skip to content

Commit

Permalink
Changed android smoketest workflow to no longer delete rust folder
Browse files Browse the repository at this point in the history
  • Loading branch information
tehampson committed Oct 3, 2023
1 parent 25ad2fa commit fa04c6f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/smoketest-android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,8 @@ jobs:
# We do not need pigweed cross compile here because we use android NDK
# compilers, so removing rust and arm compilers saves 2.5GB
run: |
du -sh .environment/cipd/packages/pigweed/rust \
.environment/cipd/packages/arm
rm -rf .environment/cipd/packages/pigweed/rust \
.environment/cipd/packages/arm
du -sh .environment/cipd/packages/arm
rm -rf .environment/cipd/packages/arm
- name: Build Android CHIPTool and CHIPTest (ARM64)
run: |
Expand Down

0 comments on commit fa04c6f

Please sign in to comment.