Skip to content

Commit

Permalink
Update CI scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mmicko committed Jan 10, 2025
1 parent 1893f5e commit dd2bf59
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 15 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/darwin-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
darwin-arm64-yosys:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -155,7 +154,6 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
darwin-arm64-formal:
runs-on: ubuntu-latest
continue-on-error: true
needs: darwin-arm64-python3
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -301,7 +299,6 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
darwin-arm64-yosys-slang-plugin:
runs-on: ubuntu-latest
continue-on-error: true
needs: darwin-arm64-yosys
steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/darwin-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
darwin-x64-yosys:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -155,7 +154,6 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
darwin-x64-formal:
runs-on: ubuntu-latest
continue-on-error: true
needs: darwin-x64-python3
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -301,7 +299,6 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
darwin-x64-yosys-slang-plugin:
runs-on: ubuntu-latest
continue-on-error: true
needs: darwin-x64-yosys
steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/linux-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
linux-arm64-yosys:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -155,7 +154,6 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
linux-arm64-formal:
runs-on: ubuntu-latest
continue-on-error: true
needs: linux-arm64-python3
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -228,7 +226,6 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
linux-arm64-yosys-slang-plugin:
runs-on: ubuntu-latest
continue-on-error: true
needs: linux-arm64-yosys
steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/linux-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
linux-x64-yosys:
runs-on: ubuntu-latest
continue-on-error: true
needs: linux-x64-abc
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -223,7 +222,6 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
linux-x64-formal:
runs-on: ubuntu-latest
continue-on-error: true
needs: [ linux-x64-python3, linux-x64-python3-native ]
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -369,7 +367,6 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
linux-x64-yosys-slang-plugin:
runs-on: ubuntu-latest
continue-on-error: true
needs: linux-x64-yosys
steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/windows-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
jobs:
windows-x64-yosys:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -82,7 +81,6 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
windows-x64-formal:
runs-on: ubuntu-latest
continue-on-error: true
needs: windows-x64-python3
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -155,7 +153,6 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
windows-x64-yosys-slang-plugin:
runs-on: ubuntu-latest
continue-on-error: true
needs: windows-x64-yosys
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit dd2bf59

Please sign in to comment.