Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aarch64_linux/aarch64_wheel_ci_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def parse_arguments():
branch = "master"

print("Building PyTorch wheel")
os.system("export USE_PRIORITIZED_TEXT_FOR_LD=1") #enable linker script optimization https://github.com/pytorch/pytorch/pull/121975/files
os.environ["USE_PRIORITIZED_TEXT_FOR_LD_environ"] = "1" #enable linker script optimization https://github.com/pytorch/pytorch/pull/121975/files
build_vars = "MAX_JOBS=5 CMAKE_SHARED_LINKER_FLAGS=-Wl,-z,max-page-size=0x10000 "
os.system("cd /pytorch; python setup.py clean")

Expand Down