Skip to content

Update SLRT to be up to date with latest spec and v9 of the patch set #19

Update SLRT to be up to date with latest spec and v9 of the patch set

Update SLRT to be up to date with latest spec and v9 of the patch set #19

Workflow file for this run

name: scan-build
on: [push, pull_request]
jobs:
scan-build:
strategy:
matrix:
bits: ['32', '64']
lto: [LTO=y, LTO=n]
runs-on: 'ubuntu-22.04'
steps:
- name: Install
run: |
sudo apt-get update -q
sudo apt-get install clang-tools-14
- uses: actions/checkout@v3
- name: make
run: |
scan-build-14 --status-bugs -analyze-headers make BITS=${{matrix.bits}} ${{matrix.lto}}