Skip to content

Commit

Permalink
ci: add alpine linux build to ci
Browse files Browse the repository at this point in the history
Problem: flux-security is not tested on the musl libc based alpine
distribution.

Add an alpine build to generate-matrix.py.
  • Loading branch information
grondo committed Nov 16, 2023
1 parent 6337aa0 commit f1fc990
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/test/generate-matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,11 @@ def __str__(self):
args="--enable-sanitizers",
pam=False, # asan not compatible with PAM tests
)

# alpine
matrix.add_build(
name="alpine",
image="alpine",
)

print(matrix)

0 comments on commit f1fc990

Please sign in to comment.