Skip to content

Ignore ptrace(PTRACE_SEIZE) error on ESRCH (No such process) #6

Ignore ptrace(PTRACE_SEIZE) error on ESRCH (No such process)

Ignore ptrace(PTRACE_SEIZE) error on ESRCH (No such process) #6

Workflow file for this run

name: CI arm
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install dependencies
run: |
sudo apt-get install -y gcc-arm-linux-gnueabihf
- name: build
run: |
make CROSS_COMPILE=arm-linux-gnueabihf-
make clean