Skip to content

Commit

Permalink
CI: removed DUMP_LEAKS flag from QuickJS build.
Browse files Browse the repository at this point in the history
While it is useful for debugging what objects are leaking at the end
this flag hides QuickJS JSString leaks from Address Sanitizer.
  • Loading branch information
xeioex committed Sep 18, 2024
1 parent 2871981 commit 50e6a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Check out and build quickjs
run: |
git clone https://github.com/bellard/quickjs
cd quickjs && curl -OL http://pp.nginx.com/pluknet/quickjs.patch && git apply quickjs.patch
cd quickjs
CFLAGS=$CC_OPT LDFLAGS=$LD_OPT $MAKE_UTILITY -j$(nproc) libquickjs.a
- name: Configure and make njs
Expand Down

0 comments on commit 50e6a11

Please sign in to comment.