Skip to content

Commit ceec08b

Browse files
committed
CI: removed DUMP_LEAKS flag from QuickJS build.
While it is useful for debugging what objects are leaking at the end this flag hides QuickJS atom leaks from Address Sanitizer.
1 parent 62e1ead commit ceec08b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Check out and build quickjs
4040
run: |
4141
git clone https://github.com/bellard/quickjs
42-
cd quickjs && curl -OL http://pp.nginx.com/pluknet/quickjs.patch && git apply quickjs.patch
42+
cd quickjs
4343
CFLAGS=$CC_OPT LDFLAGS=$LD_OPT $MAKE_UTILITY -j$(nproc) libquickjs.a
4444
4545
- name: Configure and make njs

0 commit comments

Comments
 (0)