Skip to content

Commit b666b1f

Browse files
committed
Enable musl try builds
1 parent f8a02fa commit b666b1f

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,12 @@ jobs:
583583
- name: dist-x86_64-linux
584584
os: ubuntu-20.04-xl
585585
env: {}
586+
- name: dist-i586-gnu-i586-i686-musl
587+
os: ubuntu-20.04-xl
588+
env: {}
589+
- name: dist-x86_64-musl
590+
os: ubuntu-20.04-xl
591+
env: {}
586592
timeout-minutes: 600
587593
runs-on: "${{ matrix.os }}"
588594
steps:

src/ci/github-actions/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -747,6 +747,10 @@ jobs:
747747
- &dist-x86_64-linux
748748
name: dist-x86_64-linux
749749
<<: *job-linux-xl
750+
- name: dist-i586-gnu-i586-i686-musl
751+
<<: *job-linux-xl
752+
- name: dist-x86_64-musl
753+
<<: *job-linux-xl
750754

751755
master:
752756
name: master

0 commit comments

Comments
 (0)