api7 / apisix-build-tools

Build tools to package and release
Apache License 2.0
125 stars 96 forks source link

After I modified the apisix3.8 source code, I would like to ask how to use the Apisix-build-Tools tool to build an rpm package? #384

Open Shaoxubao opened 6 months ago

Shaoxubao commented 6 months ago

Please help me list the steps,thank you!

TkClark commented 5 months ago

change the tag to 3.8, then add the params like local_code_path="your code path" build command.

TenYearsIn commented 5 months ago

@TkClark hello, I used this approach, but I found that the generated RPM package doesn't include the modified files (located in the directory apisix/apisix/security). This 'security' folder is a directory I created separately (it's not part of the official codebase). Why is this happening?