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 atom leaks from Address Sanitizer.
  • Loading branch information
xeioex committed Sep 12, 2024
1 parent 62e1ead commit 5af3730
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ 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
CFLAGS=$CC_OPT LDFLAGS=$LD_OPT $MAKE_UTILITY -j$(nproc) libquickjs.a
- name: Configure and make njs
Expand Down

0 comments on commit 5af3730

Please sign in to comment.