Skip to content

cmake: Fix protobuf build against gcc < 13 (Fix #4302) #1

cmake: Fix protobuf build against gcc < 13 (Fix #4302)

cmake: Fix protobuf build against gcc < 13 (Fix #4302) #1

# ref: https://github.com/actions/runner-images
name: amd64 Docker Bazel
on: [push, pull_request, workflow_dispatch]
jobs:
bazel:
strategy:
matrix:
distro: [archlinux, debian, fedora, opensuse, ubuntu]
fail-fast: false
name: ${{ matrix.distro }} • Bazel • C++
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build env image
run: make --directory=bazel ${{ matrix.distro }}_env
- name: Build devel image
run: make --directory=bazel ${{ matrix.distro }}_devel
- name: Build project
run: make --directory=bazel ${{ matrix.distro }}_build
- name: Test project
run: make --directory=bazel ${{ matrix.distro }}_test