mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
remove optional Julia build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5d4303f268
commit
f81180173b
|
@ -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()
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue