Skip to content

Commit 7fdaf31

Browse files
Satyam GuptaSatyam Gupta
authored andcommitted
Updated build.yml
1 parent b5579c1 commit 7fdaf31

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
build-linux-armv7:
2424
runs-on: [self-hosted, linux, arm]
25-
# needs: [lint]
25+
needs: [lint]
2626
steps:
2727
- name: Setup python
2828
run: |
@@ -36,7 +36,7 @@ jobs:
3636

3737
build:
3838
runs-on: ${{ matrix.os }}
39-
# needs: [lint]
39+
needs: [lint]
4040
strategy:
4141
fail-fast: false
4242
matrix:
@@ -91,7 +91,7 @@ jobs:
9191

9292
build-linux-cross:
9393
runs-on: ubuntu-latest
94-
# needs: [lint]
94+
needs: [lint]
9595
strategy:
9696
fail-fast: false
9797
matrix:
@@ -119,7 +119,7 @@ jobs:
119119

120120
build-linux-s390x:
121121
runs-on: ubuntu-latest
122-
# needs: [lint]
122+
needs: [lint]
123123
strategy:
124124
fail-fast: false
125125
matrix:
@@ -139,7 +139,7 @@ jobs:
139139
cd py-spy
140140
python3 -m build
141141
142-
- name: Setup scp and ssh
142+
- name: Extracting wheel package from remote s390x instance to runner os
143143
env:
144144
S390X_SSH_HOST: ${{ secrets.S390X_SSH_HOST }}
145145
S390X_SSH_KEY: ${{ secrets.S390X_SSH_KEY }}
@@ -161,7 +161,7 @@ jobs:
161161

162162
build-freebsd:
163163
runs-on: ubuntu-22.04
164-
# needs: [lint]
164+
needs: [lint]
165165
timeout-minutes: 30
166166
strategy:
167167
matrix:

0 commit comments

Comments
 (0)