Skip to content

chroot-fixups: prevent %install of llvm from taking ages to complete #84

chroot-fixups: prevent %install of llvm from taking ages to complete

chroot-fixups: prevent %install of llvm from taking ages to complete #84

Workflow file for this run

---
name: Coverity
on:
push:
branches: [main]
jobs:
coverity:
if: github.repository == 'csutils/csmock'
name: Coverity Scan
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Coverity scan
uses: vapier/coverity-scan-action@v1
with:
build_language: other # other is for Python, etc...
email: ${{ secrets.COVERITY_SCAN_EMAIL }}
token: ${{ secrets.COVERITY_SCAN_TOKEN }}
project: csutils/csmock
command: --no-command --fs-capture-search ./py ./scripts