Skip to content

Commit

Permalink
Working on disk usage of linux debug runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
akenmorris committed Mar 13, 2024
1 parent 15fc0fb commit e3cdff2
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/build-linux-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:

- name: Free some space
run: cd /__t ; rm -rf CodeQL go

- name: Check usage
run: cd /__t ; du -sh *

- name: Check space2
run: df -h
Expand All @@ -61,35 +64,35 @@ jobs:
shell: bash -l {0}
run: .github/workflows/restore_caches.sh

- name: Check space2
- name: Check space3
run: df -h

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

- name: Check space3
- name: Check space4
run: df -h

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

- name: Check space4
- name: Check space5
run: df -h

- name: cmake
shell: bash -l {0}
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 ..

- name: Check space5
- name: Check space6
run: df -h

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

- name: Check space6
- name: Check space7
run: df -h

- name: make install
Expand Down

0 comments on commit e3cdff2

Please sign in to comment.