update(ci): bump also musl job

Signed-off-by: Andrea Terzolo <andrea.terzolo@polito.it>
This commit is contained in:
Andrea Terzolo 2022-12-16 13:24:40 +01:00 committed by poiana
parent 647c085041
commit decabbc519

View File

@ -56,6 +56,7 @@ jobs:
"build-musl": "build-musl":
docker: docker:
- image: alpine:3.17 - image: alpine:3.17
resource_class: large
steps: steps:
- checkout: - checkout:
path: /source-static/falco path: /source-static/falco
@ -75,12 +76,12 @@ jobs:
name: Build name: Build
command: | command: |
cd /build-static/release cd /build-static/release
make -j4 all make -j6 all
- run: - run:
name: Package name: Package
command: | command: |
cd /build-static/release cd /build-static/release
make -j4 package make -j6 package
- run: - run:
name: Run unit tests name: Run unit tests
command: | command: |