mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-09 10:07:57 +00:00
ci: bump resource class
Signed-off-by: Andrea Terzolo <andrea.terzolo@polito.it>
This commit is contained in:
parent
e1ff4db67a
commit
647c085041
@ -4,7 +4,7 @@ jobs:
|
|||||||
machine:
|
machine:
|
||||||
enabled: true
|
enabled: true
|
||||||
image: ubuntu-2204:2022.10.2
|
image: ubuntu-2204:2022.10.2
|
||||||
resource_class: arm.medium
|
resource_class: arm.large
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
# Install dependencies to build the modern BPF probe skeleton.
|
# Install dependencies to build the modern BPF probe skeleton.
|
||||||
@ -105,6 +105,7 @@ jobs:
|
|||||||
machine:
|
machine:
|
||||||
enabled: true
|
enabled: true
|
||||||
image: ubuntu-2204:2022.10.2
|
image: ubuntu-2204:2022.10.2
|
||||||
|
resource_class: large
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
# Install dependencies to build the modern BPF probe skeleton.
|
# Install dependencies to build the modern BPF probe skeleton.
|
||||||
|
@ -3,7 +3,7 @@ FROM centos:7 AS build-stage
|
|||||||
|
|
||||||
# To build Falco you need to pass the cmake option
|
# To build Falco you need to pass the cmake option
|
||||||
ARG CMAKE_OPTIONS=""
|
ARG CMAKE_OPTIONS=""
|
||||||
ARG MAKE_JOBS=4
|
ARG MAKE_JOBS=6
|
||||||
|
|
||||||
# Install all the dependencies
|
# Install all the dependencies
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
|
Loading…
Reference in New Issue
Block a user