Add --repo_env=USE_PYWRAP_RULES=True to cross-compile linux arm64 builds.

PiperOrigin-RevId: 747454934
This commit is contained in:
A. Unique TensorFlower 2025-04-14 09:40:25 -07:00 committed by TensorFlower Gardener
parent 50cd97d31a
commit 4dd87b5325

View File

@ -13,5 +13,5 @@
# limitations under the License.
# ==============================================================================
source ci/official/envs/linux_arm64
TFCI_BAZEL_COMMON_ARGS="--repo_env=HERMETIC_PYTHON_VERSION=$TFCI_PYTHON_VERSION --config cross_compile_linux_arm64"
TFCI_BAZEL_COMMON_ARGS="--repo_env=HERMETIC_PYTHON_VERSION=$TFCI_PYTHON_VERSION --config cross_compile_linux_arm64 --repo_env=USE_PYWRAP_RULES=True"
TFCI_BAZEL_TARGET_SELECTING_CONFIG_PREFIX=cross_compile_linux_arm64