Skip to content

entry: disable interrupts during usermode transition #66

entry: disable interrupts during usermode transition

entry: disable interrupts during usermode transition #66

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