unikraft / static-pie-apps

Built Linux applications (static-pie) for Unikraft binary compatibility mode
7 stars 40 forks source link

Add gzip static PIE build #33

Closed razvand closed 1 year ago

razvand commented 2 years ago

Add gzip as a -static-pie build. Test it natively on Linux and with run-elfloader on Unikraft. In case of issues with Unikraft, post an issue in the Unikraft core repository.

Follow the structure of existing applications or submitted for review applications: create a folder with build.sh script, a README.md file, a rootfs/ subfolder (if required), the -static-pie built executable and other useful files.

Hackathon points: 20

LucaSeri commented 1 year ago

Working on this

LucaSeri commented 1 year ago

Tracked by https://github.com/unikraft/static-pie-apps/pull/67

kostfoto commented 1 year ago

Working on this

StefanJum commented 1 year ago

Closed by #67