Bump kernel revision to 'c9989664e AArch64: mark isFpuEnable as DONT_… #364
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright 2021, Proofcraft Pty Ltd | |
# | |
# SPDX-License-Identifier: BSD-2-Clause | |
# trigger a proof run in L4v when devel.xml is updated manually | |
name: Trigger | |
on: | |
push: | |
branches: | |
- master | |
paths: | |
- 'devel.xml' | |
jobs: | |
l4v: | |
name: L4v | |
runs-on: ubuntu-latest | |
steps: | |
- uses: peter-evans/repository-dispatch@v2 | |
if: ${{ github.event.pusher.login != 'seL4-ci' }} | |
with: | |
token: ${{ secrets.PRIV_REPO_TOKEN }} | |
repository: seL4/l4v | |
event-type: manifest-update |