File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 build :
99 strategy :
1010 matrix :
11- container : ['manylinux_2_28_x86_64', 'manylinux_2_24_x86_64', 'manylinux2014_x86_64' ]
11+ container : ['manylinux_2_28_x86_64']
1212 runs-on : ubuntu-latest
1313 container : quay.io/pypa/${{matrix.container}}
1414 steps :
@@ -24,12 +24,14 @@ jobs:
2424 make -j4
2525 make install
2626 cd -
27+ ls
2728 - name : Push libs to git
2829 if : matrix.container == 'manylinux_2_28_x86_64'
2930 run : |
3031 git config --global user.name "srini229"
3132 git config --global user.email "rampras@umn.edu"
32- git config --add safe.directory * --global
33+ git config --global --add safe.directory *
34+ ls
3335 git add -f ${{matrix.container}}/lib/lib* ${{matrix.container}}/include/*
3436 git diff --staged --quiet || git commit -m "CI_WORKFLOW_COMMIT - upload libs and includes to ${{matrix.container}} [skip ci]"
3537 git branch
You can’t perform that action at this time.
0 commit comments