Skip to content

Commit

Permalink
Update Build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ubfx authored Feb 22, 2024
1 parent a3851d3 commit 66d732c
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,26 +33,3 @@ jobs:
- run: apt -qqy update && apt -qqy install ${{ env.APT_REQUIREMENTS }}
- uses: ./ci

openroad-linux-py38:
runs-on: [self-hosted, Linux, X64]
container: ubuntu:20.04
env:
PACKAGE: "pnr/openroad"
OS_NAME: "linux"
PYTHON_VERSION: "3.8"
steps:
- uses: actions/checkout@v3
- run: apt -qqy update && apt -qqy install ${{ env.APT_REQUIREMENTS }}
- uses: ./ci

openroad-linux-py310:
runs-on: [self-hosted, Linux, X64]
container: ubuntu:20.04
env:
PACKAGE: "pnr/openroad"
OS_NAME: "linux"
PYTHON_VERSION: "3.10"
steps:
- uses: actions/checkout@v3
- run: apt -qqy update && apt -qqy install ${{ env.APT_REQUIREMENTS }}
- uses: ./ci

0 comments on commit 66d732c

Please sign in to comment.