Skip to content

mm/pmm: KTF must not run out of 4k frames at any point #127

mm/pmm: KTF must not run out of 4k frames at any point

mm/pmm: KTF must not run out of 4k frames at any point #127

Workflow file for this run

name: C/C++ CI (CLang)
on:
push:
branches: [ mainline ]
pull_request:
branches: [ mainline ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: make clean
run: make clean
- name: make CC=clang all
run: make CC=clang all