Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build with zlib on Unix #456

Merged
merged 13 commits into from
Aug 1, 2023

Build with zlib on Unix

6046096
Select commit
Loading
Failed to load commit list.
Merged

Build with zlib on Unix #456

Build with zlib on Unix
6046096
Select commit
Loading
Failed to load commit list.
Azure Pipelines / llvm-project-ci (Build Windows x64_debug) failed Jul 26, 2023 in 2h 17m 57s

Build Windows x64_debug failed

Annotations

Check failure on line 188 in llvm.proj

See this annotation in the file changed.

@azure-pipelines azure-pipelines / llvm-project-ci (Build Windows x64_debug)

llvm.proj#L188

llvm.proj(188,5): error MSB3073: (NETCORE_ENGINEERING_TELEMETRY=Build) The command "
    :: VisualStudio includes vswhere.exe that can be used to locate current VisualStudio installation.
    set VSWHERE_TOOLS_BIN=%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe
    set VS_VCINSTALL_DIR=

    :: Try to locate installed VisualStudio VC environment.
    if "%VCINSTALLDIR%" == "" if exist "%VSWHERE_TOOLS_BIN%" (
        for /f "tokens=*" %%a in ('"%VSWHERE_TOOLS_BIN%" -latest -prerelease -property installationPath') do (
            set VS_VCINSTALL_DIR=%%a\VC\
        )
    )

    if NOT "%VCINSTALLDIR%" == "" set VS_VCINSTALL_DIR=%VCINSTALLDIR%

    :: Run VS build environment script.
    call "%VS_VCINSTALL_DIR%\Auxiliary\Build\vcvars64.bat"

     ninja " exited with code 1.