mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +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')
|
||||
if JULIA_ENABLED:
|
||||
cmd.append(' -DJlCxx_DIR=%JlCxxDir%\\..\\lib\\cmake\\JlCxx')
|
||||
cmd.append(' -DZ3_BUILD_JULIA_BINDINGS=True')
|
||||
|
||||
if GIT_HASH:
|
||||
git_hash = get_git_hash()
|
||||
|
|
|
@ -205,7 +205,6 @@ stages:
|
|||
python scripts\mk_win_dist_cmake.py
|
||||
--assembly-version=$(AssemblyVersion)
|
||||
--x64-only
|
||||
--julia
|
||||
--dotnet-key=$(Build.SourcesDirectory)/resources/z3.snk
|
||||
--zip
|
||||
- task: CopyFiles@2
|
||||
|
|
Loading…
Reference in a new issue