Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for TFCI_MACOS_UPGRADE_PYENV_ENABLE (0.27 sec)

  1. ci/official/envs/macos_x86

    TFCI_WHL_SIZE_LIMIT=255M
    TFCI_WHL_SIZE_LIMIT_ENABLE=1
    
    # 3.11 is the system python on our images
    case $TFCI_PYTHON_VERSION in
    3.11)
      TFCI_MACOS_PYENV_INSTALL_ENABLE=0
      TFCI_MACOS_UPGRADE_PYENV_ENABLE=0
      ;;
    *)
      TFCI_MACOS_PYENV_INSTALL_ENABLE=1
      TFCI_MACOS_UPGRADE_PYENV_ENABLE=1
      ;;
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Tue Jan 30 19:47:28 GMT 2024
    - 1.6K bytes
    - Viewed (0)
  2. ci/official/utilities/setup_macos.sh

      chmod +x "/usr/local/bin/bazel"
    fi
    
    # "TFCI_MACOS_UPGRADE_PYENV_ENABLE" is used to decide if we need to upgrade the
    # Pyenv version. We enable this for macOS x86 builds as the default Pyenv on
    # those VMs does not support installing Python 3.12 and above which we need
    # for running smoke tests in nightly/release wheel builds.
    if [[ "${TFCI_MACOS_UPGRADE_PYENV_ENABLE}" == 1 ]]; then
    Shell Script
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Feb 15 15:23:28 GMT 2024
    - 6.2K bytes
    - Viewed (0)
  3. ci/official/envs/ci_default

    TFCI_MACOS_CROSS_COMPILE_SDK_DEST=
    TFCI_MACOS_CROSS_COMPILE_SDK_SOURCE=
    TFCI_MACOS_INSTALL_BAZELISK_ENABLE=
    TFCI_MACOS_INSTALL_BAZELISK_URL=
    TFCI_MACOS_PYENV_INSTALL_ENABLE=
    TFCI_MACOS_TWINE_INSTALL_ENABLE=
    TFCI_MACOS_UPGRADE_PYENV_ENABLE=
    TFCI_NIGHTLY_UPDATE_VERSION_ENABLE=
    TFCI_NVIDIA_SMI_ENABLE=
    TFCI_OUTPUT_DIR=
    TFCI_PYCPP_SWAP_TO_BUILD_ENABLE=
    TFCI_PYTHON_VERIFY_PIP_INSTALL_ARGS=
    TFCI_PYTHON_VERSION=
    TFCI_WHL_AUDIT_ENABLE=
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Wed Mar 27 21:16:27 GMT 2024
    - 2.5K bytes
    - Viewed (0)
Back to top