Skip to content

Opt bvar with babylon counter #768

Opt bvar with babylon counter

Opt bvar with babylon counter #768

Workflow file for this run

name: Build and Test on Linux
on:
push:
branches: [ master ]
paths-ignore:
- '**.md'
pull_request:
branches: [ master ]
paths-ignore:
- '**.md'
env:
proc_num: $(nproc)
# https://github.com/actions/runner-images
jobs:
gcc-compile-with-bazel:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- run: bazel build --enable_bzlmod=false --verbose_failures --define BRPC_WITH_BORINGSSL=true -- //... -//example/...