Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for BAZEL_COMPILER (0.06 sec)

  1. ci/devinfra/docker/windows/Dockerfile

    ENV BAZEL_LLVM "C:\tools\LLVM"
    
    # These variables may be useful, but so far haven't been. Keeping for posterity.
    # ENV CLANG_COMPILER_PATH "C:\tools\llvm\bin\clang.exe"
    # ENV CC "C:\tools\llvm\bin\clang.exe"
    # ENV BAZEL_COMPILER "C:\tools\llvm\bin\clang.exe"
    
    ENV BAZEL_SH "C:\tools\msys64\usr\bin\bash.exe"
    ENV BAZEL_VS "C:\Program Files\Microsoft Visual Studio\2022\BuildTools"
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Fri Jan 17 16:35:57 UTC 2025
    - 8.4K bytes
    - Viewed (0)
  2. configure.py

      Loop over user prompts for clang path until receiving a valid response.
      Default is used if no input is given. Set CLANG_COMPILER_PATH and write
      environment variables CC and BAZEL_COMPILER to .bazelrc.
    
      Args:
        environ_cp: (Dict) copy of the os.environ.
    
      Returns:
        string value for clang_compiler_path.
      """
      # Default path if clang-18 is installed by using apt-get install
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Wed Apr 30 15:18:54 UTC 2025
    - 48.3K bytes
    - Viewed (0)
  3. ci/devinfra/docker/windows2022/Dockerfile

    ENV BAZEL_LLVM "C:\tools\LLVM"
    
    # These variables may be useful, but so far haven't been. Keeping for posterity.
    # ENV CLANG_COMPILER_PATH "C:\tools\llvm\bin\clang.exe"
    # ENV CC "C:\tools\llvm\bin\clang.exe"
    # ENV BAZEL_COMPILER "C:\tools\llvm\bin\clang.exe"
    
    ENV BAZEL_SH "C:\tools\msys64\usr\bin\bash.exe"
    ENV BAZEL_VS "C:\Program Files\Microsoft Visual Studio\2022\BuildTools"
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Jan 13 18:59:55 UTC 2025
    - 10.3K bytes
    - Viewed (0)
  4. .bazelrc

    build:release_cpu_linux_clang_local --config=clang_local
    build:release_cpu_linux_clang_local --repo_env=CC="/usr/lib/llvm-18/bin/clang"
    build:release_cpu_linux_clang_local --repo_env=BAZEL_COMPILER="/usr/lib/llvm-18/bin/clang"
    build:release_cpu_linux_clang_local --crosstool_top="@local_config_cuda//crosstool:toolchain"
    build:release_cpu_linux_clang_local --repo_env=TF_SYSROOT="/dt9"
    
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Fri Aug 22 21:03:34 UTC 2025
    - 56K bytes
    - Viewed (0)
Back to top