Skip to content

Commit

Permalink
Updated build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Satyam Gupta authored and Satyam Gupta committed May 20, 2024
1 parent b5579c1 commit 7fdaf31
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

build-linux-armv7:
runs-on: [self-hosted, linux, arm]
# needs: [lint]
needs: [lint]
steps:
- name: Setup python
run: |
Expand All @@ -36,7 +36,7 @@ jobs:

build:
runs-on: ${{ matrix.os }}
# needs: [lint]
needs: [lint]
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:

build-linux-cross:
runs-on: ubuntu-latest
# needs: [lint]
needs: [lint]
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:

build-linux-s390x:
runs-on: ubuntu-latest
# needs: [lint]
needs: [lint]
strategy:
fail-fast: false
matrix:
Expand All @@ -139,7 +139,7 @@ jobs:
cd py-spy
python3 -m build
- name: Setup scp and ssh
- name: Extracting wheel package from remote s390x instance to runner os
env:
S390X_SSH_HOST: ${{ secrets.S390X_SSH_HOST }}
S390X_SSH_KEY: ${{ secrets.S390X_SSH_KEY }}
Expand All @@ -161,7 +161,7 @@ jobs:

build-freebsd:
runs-on: ubuntu-22.04
# needs: [lint]
needs: [lint]
timeout-minutes: 30
strategy:
matrix:
Expand Down

0 comments on commit 7fdaf31

Please sign in to comment.