Skip to content

linux: handle non-ACPI systems in device_get() #224

linux: handle non-ACPI systems in device_get()

linux: handle non-ACPI systems in device_get() #224

Workflow file for this run

{
"name": "pull-request",
"on": {
"push": { "branches": "main" },
"pull_request": { "branches": "main" },
},
"jobs": {
"linux": {
"runs-on": "ubuntu-latest",
"strategy": {
"fail-fast": false,
"matrix": {
"container": [
"f33", "f34", "f35", "f36", "centos8", "centos9",
],
},
},
"container": "vathpela/efi-ci:${{ matrix.container }}-x64",
"steps": [
{ "uses": "actions/checkout@v2" },
{ "run": "make all test" },
{ "run": "make abicheck" },
],
},
},
}