File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 6565 native_linux :
6666 runs-on : ubuntu-20.04
6767 timeout-minutes : 60
68- name : Build native Linux ${{ matrix.node-version }} ${{ matrix.target }} ${{ matrix.python-version }}
68+ name : Build native Linux ${{ matrix.node-version }} ${{ matrix.target }} Python ${{ matrix.python-version }}
6969 strategy :
7070 matrix :
7171 node-version : [16]
@@ -138,16 +138,6 @@ jobs:
138138 PYO3_PYTHON : python${{ matrix.python-version }}
139139 CARGO_BUILD_TARGET : ${{ matrix.target }}
140140 run : cd packages/cubejs-backend-native && npm run native:build-release-python
141- - name : Upload artifact
142- uses : nick-invision/retry@v2
143- with :
144- max_attempts : 10
145- retry_on : error
146- timeout_minutes : 5
147- retry_wait_seconds : 15
148- command : |
149- cd packages/cubejs-backend-native
150- npm run upload-binary-cross
151141 - name : Archive release asset
152142 shell : bash
153143 run : |
You can’t perform that action at this time.
0 commit comments