Skip to content

Commit

Permalink
Revert "ypkg2: Only enable fakeroot during the install & check steps"
Browse files Browse the repository at this point in the history
This reverts commit bcf1b16.
  • Loading branch information
joebonrichie committed Sep 15, 2024
1 parent b1f839f commit 6749518
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ypkg2/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,6 @@ def execute_step(context, step, step_n, work_dir):
if context.avx2 and step_n == "install":
endScript = "%avx2_lib_shift"

# We only want fakeroot for the install and check steps due
# to massive performance overhead.
# This is a quick n' dirty way of achieving that
if not step_n in ["install", "check"]:
script.define_unexport("LD_PRELOAD")

exports = script.emit_exports()

# Run via bash with enable and error
Expand Down

0 comments on commit 6749518

Please sign in to comment.