Add support for fifo compaction-style options #56
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: test | |
on: | |
pull_request: | |
jobs: | |
linux: | |
strategy: | |
fail-fast: false | |
matrix: | |
builder: | |
- 5.3-5:1.15.7-26.2.1-2 | |
os: | |
- ubuntu24.04 | |
runs-on: ubuntu-24.04 | |
container: ghcr.io/emqx/emqx-builder/${{ matrix.builder }}-${{ matrix.os }} | |
steps: | |
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 | |
with: | |
submodules: recursive | |
- name: gitconfig | |
run: git config --system --add safe.directory ${PWD} | |
- name: test build | |
run: make |