mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 08:08:41 +08:00
Merge branch 'add-rule' into 'master'
Add a rule for GitHub tarballs See merge request redox-os/cookbook!329
This commit is contained in:
commit
7892cc1ac4
@ -60,6 +60,10 @@ Before sending your recipe to upstream (to become a public package), you must fo
|
||||
- All recipes must use our cross-compilers, a Cookbook [template](https://doc.redox-os.org/book/ch09-03-porting-applications.html#templates) does this automatically but it's not always possible, study the build system of your program/library to find these options or patch the configuration files.
|
||||
- Don't hardcode the CPU architecture on the recipe script.
|
||||
|
||||
#### Tarballs
|
||||
|
||||
- Don't use the auto-generated tarballs from GitHub, they aren't static and don't verify the archive integrity.
|
||||
|
||||
#### Library Linking
|
||||
|
||||
- Keep the static linking of libraries, there's an exception if the package become bigger than 100MB, big libraries/runtimes like LLVM can be dynamically linked.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user