remove socketcan ci job

This commit is contained in:
Adeeb Shihadeh
2025-05-18 09:06:35 -07:00
parent 3047062222
commit 471a455789
2 changed files with 0 additions and 30 deletions

View File

@@ -1,29 +0,0 @@
name: drivers
on:
push:
branches:
- master
pull_request:
jobs:
build_socketcan:
name: socketcan build
runs-on: ubuntu-latest
timeout-minutes: 2
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: |
sudo apt-get install -y dkms gcc linux-headers-$(uname -r) make
- name: Build socketcan driver
run: |
cd drivers/linux
make link
make build
# FIXME: install doesn't work sometimes in GH Actions
#make install
- name: Print make log
if: always()
continue-on-error: true
run: cat /var/lib/dkms/panda/*/build/make.log