Skip to content

Avoid dlsym on platforms that use malloc/sleep/pthreads in dlsym #10

Avoid dlsym on platforms that use malloc/sleep/pthreads in dlsym

Avoid dlsym on platforms that use malloc/sleep/pthreads in dlsym #10

Workflow file for this run

name: ci
on:
pull_request:
push:
tags:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Setup Cpp
uses: aminya/setup-cpp@v1
- name: Build and test
run: bazel test --test_output=errors ...
- name: Shut down bazel
run: bazel shutdown