Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[sb2] Disable llvm compiler acceleration. JB#51574
Signed-off-by: Matti Kosola <matti.kosola@jolla.com>
  • Loading branch information
mkosola committed Jan 28, 2021
1 parent 9ce0a32 commit eac8377
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions scratchbox2/modes/obs-rpm-build+pp/fs_rules.lua
Expand Up @@ -342,8 +342,6 @@ emulate_mode_rules_usr_bin = {
actions=accelerated_program_actions},
{path="/usr/bin/join",
actions=accelerated_program_actions},
{path="/usr/bin/llc",
actions=accelerated_program_actions},
{path="/usr/bin/logname",
actions=accelerated_program_actions},
{path="/usr/bin/m4",
Expand Down
2 changes: 0 additions & 2 deletions scratchbox2/modes/obs-rpm-build/fs_rules.lua
Expand Up @@ -277,8 +277,6 @@ emulate_mode_rules_usr_bin = {
actions=accelerated_program_actions},
{path="/usr/bin/join",
actions=accelerated_program_actions},
{path="/usr/bin/llc",
actions=accelerated_program_actions},
{path="/usr/bin/logname",
actions=accelerated_program_actions},
{path="/usr/bin/m4",
Expand Down

0 comments on commit eac8377

Please sign in to comment.