Skip to content

Commit

Permalink
[sb2] Accelerate rust and cargo. Contributes JB#50499
Browse files Browse the repository at this point in the history
Signed-off-by: David Greaves <david.greaves@jolla.com>
  • Loading branch information
lbt committed Jan 22, 2021
1 parent 1248e3d commit 9150786
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scratchbox2/modes/obs-rpm-build+pp/fs_rules.lua
Expand Up @@ -234,6 +234,8 @@ emulate_mode_rules_usr_bin = {
actions=accelerated_program_actions},
{path="/usr/bin/bzip2",
actions=accelerated_program_actions},
{path="/usr/bin/cargo",
actions=accelerated_program_actions},
{path="/usr/bin/cksum",
actions=accelerated_program_actions},
{path="/usr/bin/cmp",
Expand Down Expand Up @@ -374,6 +376,8 @@ emulate_mode_rules_usr_bin = {
actions=accelerated_program_actions},
{path="/usr/bin/readlink",
actions=accelerated_program_actions},
{path="/usr/bin/rustc",
actions=accelerated_program_actions},
{path="/usr/bin/sed",
actions=accelerated_program_actions},
{path="/usr/bin/seq",
Expand Down
4 changes: 4 additions & 0 deletions scratchbox2/modes/obs-rpm-build/fs_rules.lua
Expand Up @@ -169,6 +169,8 @@ emulate_mode_rules_usr_bin = {
actions=accelerated_program_actions},
{path="/usr/bin/bzip2",
actions=accelerated_program_actions},
{path="/usr/bin/cargo",
actions=accelerated_program_actions},
{path="/usr/bin/cksum",
actions=accelerated_program_actions},
{path="/usr/bin/cmp",
Expand Down Expand Up @@ -309,6 +311,8 @@ emulate_mode_rules_usr_bin = {
actions=accelerated_program_actions},
{path="/usr/bin/readlink",
actions=accelerated_program_actions},
{path="/usr/bin/rustc",
actions=accelerated_program_actions},
{path="/usr/bin/sed",
actions=accelerated_program_actions},
{path="/usr/bin/seq",
Expand Down

0 comments on commit 9150786

Please sign in to comment.