Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
smistad committed Aug 9, 2023
2 parents 2fce400 + 7338bce commit a7f6730
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/CI-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ jobs:
image: ubuntu:18.04

steps:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 512
swap-size-mb: 1024
remove-dotnet: 'true'
remove-android: 'true'
- name: Check free space
run: |
df -h
Expand Down Expand Up @@ -93,13 +86,22 @@ jobs:
- name: Free some space
run: |
df -h
rm -Rf ${{github.workspace}}/build/external/tensorflow/src/tensorflow/
rm -Rf build/external/tensorflow/src/tensorflow/
rm -Rf build/external/openvino/src/openvino/
rm -Rf build/external/qt5/src/qt5/
rm -Rf build/external/clarius/src/clarius/
df -h
- name: Build Python wheel
run: |
cmake --build build --config ${{env.BUILD_TYPE}} --target python-wheel -j 4
- name: Free some space
run: |
df -h
rm -Rf build/python/
df -h
- name: Package
run: |
cmake --build build --config ${{env.BUILD_TYPE}} --target package -j 4
Expand Down

0 comments on commit a7f6730

Please sign in to comment.