Skip to content

Commit

Permalink
free disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleantonazzi committed Apr 14, 2024
1 parent 261074f commit 42c831f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build_manylinux_2010_2014.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ jobs:
sudo dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -nr | head
df . -h
sudo du /usr/ -hx -d 4 --threshold=1G | sort -hr | head
- run: |
docker run micheleantonazzi/manylinux-extended:${{ matrix.manylinux_image }}_x86_64_extended_0.7.1 bash
- name: Configure docker
run: |
docker exec -it micheleantonazzi/manylinux-extended:${{ matrix.manylinux_image }}_x86_64_extended_0.7.1 bash
# Remove existing directory if it exists
if [ -d "repository" ]; then
rm -rf "repository"
Expand All @@ -60,9 +61,6 @@ jobs:
# Checkout the current branch
git checkout "${{ github.ref }}"
# Optionally, you can also fetch the latest commits
git pull origin "${{ github.ref }}"
cd ..
/bin/bash GibsonEnv/build_scripts/${{ matrix.manylinux_image }}/configure_linux.sh
Expand Down

0 comments on commit 42c831f

Please sign in to comment.