Skip to content

Instantly share code, notes, and snippets.

@tommady
Created November 18, 2020 12:45
Show Gist options
  • Save tommady/843e6f2aecaf5751db2cfb5664529c13 to your computer and use it in GitHub Desktop.
Save tommady/843e6f2aecaf5751db2cfb5664529c13 to your computer and use it in GitHub Desktop.
First time build a deb file in Rust #post

Recentlly, I got an oppertunity to have an interview process of Canonical Taipei, the take-home task is very interesting for me, since I am a backend engineer.

the task I'll not gonna describe in here but it takes me come to an idea: what if I try to build a deb file in Rust?

the launchpad aka sudo apt install XDDD

this building system is very secure, you don't have internet while building, and currently the cargo or rustup still cannot be installed by apt command.

so I just cut the remained words here since I already put them in the repo

after all, this experience is very very interesting for me as a backend engineer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment