• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Kong / ngx_wasm_module / 5546583804-1 / 6
95%
main: 95%

Build:
DEFAULT BRANCH: main
Ran 13 Jul 2023 06:53PM UTC
Files 42
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

13 Jul 2023 06:24PM UTC coverage: 90.425%. First build
5546583804-1.6

push

github

web-flow
fix(proxy-wasm) expect the 'NGX_WASM_HOST_PROPERTY_NAMESPACE' macro unquoted

This is not really a bug on our end, but Nginx's build system
doesn't like `--with-cc-opt` entries that feature double-quoted variables
as in `"--with-cc-opt=\"-DNGX_WASM_HOST_PROPERTY_NAMESPACE=\\\"kong\\\"\""`.

This _does_ work when expanding the flag and building our module,
but the compilation of Nginx itself later fails with:

```
src/core/nginx.c:456:49: note: in expansion of macro 'NGX_CONFIGURE'
  456 |         ngx_write_stderr("configure arguments:" NGX_CONFIGURE NGX_LINEFEED);
      |                                                 ^~~~~~~~~~~~~
src/core/nginx.c:456:25: note: to match this '('
  456 |         ngx_write_stderr("configure arguments:" NGX_CONFIGURE NGX_LINEFEED);
      |                         ^
```

So let's just play nice and drop the quotes on our end.

From #349

6639 of 7342 relevant lines covered (90.42%)

2212.46 hits per line

Source Files on job unit-ngx_1.21.6-wasmer-ssl-debug-no_hup-static - 5546583804-1.6
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 5546583804
  • 87b24a35 on github
  • Prev Job for on main (#5544793171-2.)
  • Next Job for on main (#5547102215-1.7)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc