mirror of https://github.com/YosysHQ/yosys.git
Try again
This commit is contained in:
parent
210b2198b2
commit
858ac2de99
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
queries: security-extended,security-and-quality
|
||||
|
||||
- name: Build
|
||||
run: make yosys -j6 ENABLE_PYOSYS=0
|
||||
run: make yosys -j6 ENABLE_PYOSYS=0 ENABLE_CCACHE=0
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@v3
|
||||
|
|
|
|||
|
|
@ -146,7 +146,7 @@ jobs:
|
|||
- name: Run tests
|
||||
shell: bash
|
||||
run: |
|
||||
make -j$procs test TARGETS= EXTRA_TARGETS= CONFIG=$CC ENABLE_PYOSYS=0
|
||||
make -j$procs test TARGETS= EXTRA_TARGETS= CONFIG=$CC ENABLE_PYOSYS=0 ENABLE_CCACHE=0
|
||||
|
||||
- name: Report errors
|
||||
if: ${{ failure() }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue