File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 75
75
uses : falcosecurity/libs/.github/actions/install-zig@master
76
76
77
77
- name : Prepare project
78
- # Jemalloc and ASAN don't play very well together.
79
78
run : |
80
79
cmake -B build -S . \
81
80
-DCMAKE_BUILD_TYPE=Release \
@@ -188,6 +187,7 @@ jobs:
188
187
path : /tmp
189
188
190
189
- name : Prepare project
190
+ # Jemalloc and ASAN don't play very well together.
191
191
run : |
192
192
cmake -B build -S . \
193
193
-DCMAKE_BUILD_TYPE=Debug \
@@ -241,7 +241,11 @@ jobs:
241
241
-DCMAKE_BUILD_TYPE=Release \
242
242
-DCPACK_GENERATOR=TGZ \
243
243
-DBUILD_BPF=Off -DBUILD_DRIVER=Off \
244
- -DUSE_BUNDLED_DEPS=On -DBUILD_LIBSCAP_MODERN_BPF=ON -DMUSL_OPTIMIZED_BUILD=On -DFALCO_ETC_DIR=/etc/falco -DFALCO_VERSION=${{ inputs.version }}
244
+ -DUSE_JEMALLOC=On \
245
+ -DUSE_BUNDLED_DEPS=On \
246
+ -DMUSL_OPTIMIZED_BUILD=On \
247
+ -DFALCO_ETC_DIR=/etc/falco \
248
+ -DFALCO_VERSION=${{ inputs.version }}
245
249
246
250
- name : Build project
247
251
run : |
@@ -286,9 +290,6 @@ jobs:
286
290
- name : Prepare project
287
291
run : |
288
292
emcmake cmake -B build -S . \
289
- -DBUILD_BPF=Off \
290
- -DBUILD_DRIVER=Off \
291
- -DBUILD_FALCO_MODERN_BPF=Off \
292
293
-DCMAKE_BUILD_TYPE=Release \
293
294
-DUSE_BUNDLED_DEPS=On \
294
295
-DFALCO_ETC_DIR=/etc/falco \
You can’t perform that action at this time.
0 commit comments