Skip to content

expose SymbolCache from Session interface #5

expose SymbolCache from Session interface

expose SymbolCache from Session interface #5

Workflow file for this run

name: Test eBPF
on:
push:
branches:
- main
- r[0-9]+ # Trigger builds after a push to weekly branches
paths:
- ebpf/**
pull_request:
paths:
- ebpf/**
concurrency:
# Cancel any running workflow for the same branch when new commits are pushed.
# We group both by ref_name (available when CI is triggered by a push to a branch/tag)
# and head_ref (available when CI is triggered by a PR).
group: "ci-ebpf-${{ github.ref_name }}-${{ github.head_ref }}"
cancel-in-progress: true
jobs:
test_ebpf_amd64:
name: on Bare-metal amd64
runs-on: ubuntu-latest-16-cores
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.23.7
- name: Test
run: sudo make -C ./ebpf go/test/amd64