Skip to content

Commit 5af3730

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 5af3730

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/check-pr.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ 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
4342
CFLAGS=$CC_OPT LDFLAGS=$LD_OPT $MAKE_UTILITY -j$(nproc) libquickjs.a
4443
4544
- name: Configure and make njs

0 commit comments

Comments
 (0)