mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-14 12:26:08 +00:00
update(ci): bump also musl
job
Signed-off-by: Andrea Terzolo <andrea.terzolo@polito.it>
This commit is contained in:
parent
647c085041
commit
decabbc519
@ -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: |
|
||||||
|
Loading…
Reference in New Issue
Block a user