Skip to content

Commit

Permalink
added musl compilation test in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyan4973 committed Feb 21, 2025
1 parent 1bef878 commit 8ff47f3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/dev-short-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,17 @@ jobs:
make -C programs zstd-pgo
./programs/zstd -b
musl-build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1
- name: Install musl-tools
run: |
sudo apt install -y musl-tools
- name: Compile the project with musl-gcc
run: |
CC=musl-gcc make -j V=1 zstd
intel-cet-compatibility:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 8ff47f3

Please sign in to comment.