Skip to content

codegen: Fix segfault of CodegenLLVM::generateProbe() #1

codegen: Fix segfault of CodegenLLVM::generateProbe()

codegen: Fix segfault of CodegenLLVM::generateProbe() #1

Workflow file for this run

name: Static
on: [push, pull_request]
# Cancel previous run if a new one is started
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build static bpftrace
run: ./.github/include/static.sh