Skip to content
Draft
Changes from all commits
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 build_tools/github_actions/configure_multi_arch_ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,7 @@ def _expand_build_config_for_platform(
build_variant_label=variant_config["build_variant_label"],
build_variant_suffix=suffix,
build_variant_cmake_preset=variant_config["build_variant_cmake_preset"],
build_native_linux=(suffix != "asan"),
build_native_linux=True,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In ci we dont need asan. We need it only in release

build_pytorch=build_pytorch,
build_jax=build_jax,
pytorch_build_matrix=pytorch_build_matrix,
Expand Down
Loading