Skip to content

Commit

Permalink
add sccache (#855)
Browse files Browse the repository at this point in the history
* add sccache

* reverse conf flag

* Add cargo_license and cargo_license_summary macros

* remove license macros because meh

* Update rust-sccache.spec to disable shebang mangling

This commit updates the rust-sccache.spec file to disable shebang mangling. This change ensures that shebangs are not modified during the build process.

* Fix shebangs in rust-sccache.spec

* Add conditional compilation for dist server

* Fix package dependencies

* Add sccache-dist binary if dist_server is enabled
  • Loading branch information
korewaChino authored Dec 20, 2023
1 parent 16b569f commit 6c50527
Show file tree
Hide file tree
Showing 3 changed files with 620 additions and 0 deletions.
5 changes: 5 additions & 0 deletions anda/apps/sccache/anda.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
project pkg {
rpm {
spec = "rust-sccache.spec"
}
}
Loading

0 comments on commit 6c50527

Please sign in to comment.