From decabbc519f6a35f1a43d65dbb390d3e2be3c0b3 Mon Sep 17 00:00:00 2001 From: Andrea Terzolo Date: Fri, 16 Dec 2022 13:24:40 +0100 Subject: [PATCH] update(ci): bump also `musl` job Signed-off-by: Andrea Terzolo --- .circleci/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index dafea412..99d62d62 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -56,6 +56,7 @@ jobs: "build-musl": docker: - image: alpine:3.17 + resource_class: large steps: - checkout: path: /source-static/falco @@ -75,12 +76,12 @@ jobs: name: Build command: | cd /build-static/release - make -j4 all + make -j6 all - run: name: Package command: | cd /build-static/release - make -j4 package + make -j6 package - run: name: Run unit tests command: |