Skip to content

Commit e3cdff2

Browse files
committed
Working on disk usage of linux debug runner.
1 parent 15fc0fb commit e3cdff2

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/build-linux-debug.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242

4343
- name: Free some space
4444
run: cd /__t ; rm -rf CodeQL go
45+
46+
- name: Check usage
47+
run: cd /__t ; du -sh *
4548

4649
- name: Check space2
4750
run: df -h
@@ -61,35 +64,35 @@ jobs:
6164
shell: bash -l {0}
6265
run: .github/workflows/restore_caches.sh
6366

64-
- name: Check space2
67+
- name: Check space3
6568
run: df -h
6669

6770
- name: Conda Installs
6871
shell: bash -l {0}
6972
run: .github/workflows/gha_conda.sh
7073

71-
- name: Check space3
74+
- name: Check space4
7275
run: df -h
7376

7477
- name: Build Dependencies
7578
shell: bash -l {0}
7679
run: .github/workflows/gha_deps.sh
7780

78-
- name: Check space4
81+
- name: Check space5
7982
run: df -h
8083

8184
- name: cmake
8285
shell: bash -l {0}
8386
run: conda activate shapeworks && mkdir build && cd build && cmake -DCMAKE_CXX_FLAGS=-g -DITK_DIR=$HOME/install/lib/cmake/ITK-5.2 -DVTK_DIR=$HOME/install/lib/cmake/vtk-9.1 -DXLNT_DIR=$HOME/install -DLIBIGL_DIR=$HOME/install -DOpenVDB_DIR=$HOME/install/lib/cmake/OpenVDB -DGEOMETRYCENTRAL_DIR=$HOME/install -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DBuild_Studio=ON -DJKQTCommonSharedLib_DIR=$HOME/install/lib/cmake/JKQTCommonSharedLib -DJKQTMathTextSharedLib_DIR=$HOME/install/lib/cmake/JKQTMathTextSharedLib -DJKQTPlotterSharedLib_DIR=$HOME/install/lib/cmake/JKQTPlotterSharedLib -DACVD_DIR=$HOME/install -DCMAKE_PREFIX_PATH=${CONDA_PREFIX} -DCMAKE_INSTALL_PREFIX=${GITHUB_WORKSPACE}/shapeworks-install -DUSE_ORIGIN_RPATH=ON ..
8487

85-
- name: Check space5
88+
- name: Check space6
8689
run: df -h
8790

8891
- name: make
8992
shell: bash -l {0}
9093
run: conda activate shapeworks && cd build && make -j2
9194

92-
- name: Check space6
95+
- name: Check space7
9396
run: df -h
9497

9598
- name: make install

0 commit comments

Comments
 (0)