mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-02-18 17:23:52 +08:00
remove socketcan ci job
This commit is contained in:
29
.github/workflows/drivers.yaml
vendored
29
.github/workflows/drivers.yaml
vendored
@@ -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
|
||||
Reference in New Issue
Block a user