filecoin-saturn / nginx-car-range

An nginx plugin for resolving Unixfs range requests in car files
Other
1 stars 0 forks source link

CI / Artifact builder #3

Closed willscott closed 1 year ago

willscott commented 1 year ago

Add a basic dockerfile building the module

willscott commented 1 year ago

verbose dev build is probably the thing we want to run against PR's.

There's probably another parallel workflow we set up once we're ready to make a release that builds and save the release build

tchardin commented 1 year ago

@willscott sure, I've setup the optimised build to have debug symbols anyways. Currently not getting any debug output from nginx modules beyond the nginx logs so still not sure how to take advantage

willscott commented 1 year ago

it looks like there's a flag we can compile nginx with as well: http://nginx.org/en/docs/debugging_log.html worth trying that?

tchardin commented 1 year ago

Sorry, made a mess here, let me see if I can fix it

willscott commented 1 year ago

luckily it's a couple files unrelated from everything else :)