Skip to content

.github/workflows/kmodcheck.yml #2

.github/workflows/kmodcheck.yml

.github/workflows/kmodcheck.yml #2

Workflow file for this run

name: driver & kernel compilation check
on:
workflow_dispatch:
inputs:
kernel-version:
description: "kernel version to be compiled with"
type: string
required: true
default: "6.4"
jobs:
ORCA-compilation-test:
runs-on: ubuntu-latest
steps:
- name: Install prerequisites
run: |
sudo apt update
sudo apt install
- name: Checkout repo
uses: actions/checkout@v3
with:
ref: kmodcomp
path: workspace
- name: Compile kernel and cdapci module
run: |
#ls -l ${{ github.workspace }}/workspace
cd ${{ github.workspace }}/workspace/testscripts
./lincdacompile.sh ${{ github.events.inputs.kernel-version }} ${{ github.workspace }}/src