File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : build-wheels
2- description : Build Slicer Core and Slicer Core SDK for given platform
2+ description : Build Slicer LayerDM and Slicer LayerDM SDK for given platform
33
44on :
55 workflow_call :
2828 env :
2929 CIBW_BUILD : ${{ inputs.build-target }}
3030 # Install a compiler cache on each platform
31- CIBW_BEFORE_ALL : " yum install -y mesa-libGL-devel glx-utils freeglut-devel"
31+ CIBW_BEFORE_ALL_LINUX : " yum install -y mesa-libGL-devel glx-utils freeglut-devel"
3232 # Global test setup
3333 CIBW_TEST_REQUIRES : " pytest virtualenv"
3434 # Do not repair, everything is already put just as needed to make it work
6666 - name : Upload wheels
6767 uses : actions/upload-artifact@v4
6868 with :
69- name : slicer_layer_md_sdk -${{ inputs.build-target }}
69+ name : slicer_layer_md -${{ inputs.build-target }}
7070 path :
7171 wheelhouse/slicer_layer_md-*.whl
7272 wheelhouse/slicer_layer_md_sdk-*.whl
You can’t perform that action at this time.
0 commit comments