Skip to content

Commit

Permalink
Merge branch 'jb51574' into 'master'
Browse files Browse the repository at this point in the history
Disable llvm compiler acceleration.

See merge request mer-core/scratchbox2!48
  • Loading branch information
Matti Kosola committed Jan 28, 2021
2 parents 9ce0a32 + eac8377 commit 2076d6a
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 2076d6a

Please sign in to comment.