Skip to content

Commit

Permalink
Try again without pyosys
Browse files Browse the repository at this point in the history
  • Loading branch information
akashlevy committed Oct 19, 2024
1 parent a48897a commit 210b219
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
queries: security-extended,security-and-quality

- name: Build
run: make yosys -j6
run: make yosys -j6 ENABLE_PYOSYS=0

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
6 changes: 3 additions & 3 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
run: |
mkdir build
cd build
make -f ../Makefile config-$CC
make -f ../Makefile -j$procs ENABLE_LTO=1
make -f ../Makefile config-$CC ENABLE_PYOSYS=0
make -f ../Makefile -j$procs ENABLE_LTO=1 ENABLE_PYOSYS=0
- name: Log yosys-config output
run: |
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
- name: Run tests
shell: bash
run: |
make -j$procs test TARGETS= EXTRA_TARGETS= CONFIG=$CC
make -j$procs test TARGETS= EXTRA_TARGETS= CONFIG=$CC ENABLE_PYOSYS=0
- name: Report errors
if: ${{ failure() }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test-verific.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
with:
persist-credentials: false
submodules: true
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Runtime environment
run: |
echo "procs=$(nproc)" >> $GITHUB_ENV
Expand Down

0 comments on commit 210b219

Please sign in to comment.