3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-12 20:18:18 +00:00

remove optional Julia build

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2024-01-30 14:41:10 -08:00
parent 5d4303f268
commit f81180173b
2 changed files with 1 additions and 1 deletions

View file

@ -230,6 +230,7 @@ def mk_build_dir(arch):
cmd.append(' -DCMAKE_INSTALL_PYTHON_PKG_DIR=bin/python') cmd.append(' -DCMAKE_INSTALL_PYTHON_PKG_DIR=bin/python')
if JULIA_ENABLED: if JULIA_ENABLED:
cmd.append(' -DJlCxx_DIR=%JlCxxDir%\\..\\lib\\cmake\\JlCxx') cmd.append(' -DJlCxx_DIR=%JlCxxDir%\\..\\lib\\cmake\\JlCxx')
cmd.append(' -DZ3_BUILD_JULIA_BINDINGS=True')
if GIT_HASH: if GIT_HASH:
git_hash = get_git_hash() git_hash = get_git_hash()

View file

@ -205,7 +205,6 @@ stages:
python scripts\mk_win_dist_cmake.py python scripts\mk_win_dist_cmake.py
--assembly-version=$(AssemblyVersion) --assembly-version=$(AssemblyVersion)
--x64-only --x64-only
--julia
--dotnet-key=$(Build.SourcesDirectory)/resources/z3.snk --dotnet-key=$(Build.SourcesDirectory)/resources/z3.snk
--zip --zip
- task: CopyFiles@2 - task: CopyFiles@2