Skip to content

Use pipe2 and O_CLOEXEC to fix multi-threading issues #343

Use pipe2 and O_CLOEXEC to fix multi-threading issues

Use pipe2 and O_CLOEXEC to fix multi-threading issues #343

Workflow file for this run

name: Build s1kd-tools
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Update repositories
run: sudo apt-get update -qq
- name: Install dependencies
run: sudo apt-get install -y -qq libxml2-dev libxslt1-dev vim-common
- name: make
run: make