Skip to content

Define observability interface between core SDK and the wrapper #1023

Define observability interface between core SDK and the wrapper

Define observability interface between core SDK and the wrapper #1023

Workflow file for this run

name: columnar
permissions: {}
on:
push:
branches:
- main
- release-*
pull_request:
branches:
- main
- release-*
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-24.04
steps:
- name: Install build environment
run: |
sudo apt-get update -y
sudo apt-get install -y libssl-dev cmake gcc g++ curl gdb libcurl4-openssl-dev libprotobuf-dev libgrpc-dev gdb
- uses: actions/checkout@v4
with:
submodules: recursive
- name: ccache
uses: hendrikmuhs/[email protected]
with:
key: ${{ github.job }}
- name: Build
timeout-minutes: 40
env:
CB_COLUMNAR: ON
run: ./bin/build-tests