Skip to content

fix: IOL bridge pthread_cancel(0) crash on delete after stop #66

fix: IOL bridge pthread_cancel(0) crash on delete after stop

fix: IOL bridge pthread_cancel(0) crash on delete after stop #66

Workflow file for this run

name: Compile uBridge
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v7
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y libpcap-dev
- name: Compile
run: make
- name: Verify build
run: ./ubridge -v