mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 12:20:11 +01:00
Add --repo_env=USE_PYWRAP_RULES=True to linux arm64 builds.
PiperOrigin-RevId: 746206292
This commit is contained in:
parent
baf7092fa4
commit
c9ff6b6245
|
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
# ==============================================================================
|
||||
TFCI_BAZEL_COMMON_ARGS="--repo_env=HERMETIC_PYTHON_VERSION=$TFCI_PYTHON_VERSION --config release_arm64_linux"
|
||||
TFCI_BAZEL_COMMON_ARGS="--repo_env=HERMETIC_PYTHON_VERSION=$TFCI_PYTHON_VERSION --repo_env=USE_PYWRAP_RULES=True --config release_arm64_linux"
|
||||
TFCI_BAZEL_TARGET_SELECTING_CONFIG_PREFIX=linux_arm64
|
||||
# Note: this is not set to "--cpu", because that changes the package name
|
||||
# to tensorflow_cpu. These ARM builds are supposed to have the name "tensorflow"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user