Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetEnvironmentVariable (0.13 sec)

  1. ci/devinfra/docker/windows/Dockerfile

             'LLVM.exe'); \
        Start-Process -FilePath \"C:\Program Files\7-Zip\7z.exe\" -ArgumentList 'x LLVM.exe -oC:\tools\LLVM' -Wait; \
        $env:PATH = [Environment]::GetEnvironmentVariable('PATH', 'Machine') + ';C:\tools\LLVM\bin'; \
        [Environment]::SetEnvironmentVariable('PATH', $env:PATH, 'Machine');
    
    # Install MSYS2, and add some extra tools.
    RUN (New-Object Net.WebClient).DownloadFile( \
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Tue Aug 20 13:57:04 UTC 2024
    - 7.3K bytes
    - Viewed (0)
Back to top