3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 01:24:08 +00:00

disable also tests for Windows x86, does not work with CI pipeline

This commit is contained in:
Nikolaj Bjorner 2022-11-08 17:15:59 -08:00
parent ff68df3451
commit 4d86d73942

View file

@ -195,7 +195,7 @@ jobs:
setupCmd2: '' setupCmd2: ''
setupCmd3: '' setupCmd3: ''
bindings: '$(cmakePy)' bindings: '$(cmakePy)'
runTests: 'True' runTests: 'False'
x64: x64:
arch: 'x64' arch: 'x64'
setupCmd1: 'julia -e "using Pkg; Pkg.add(PackageSpec(name=\"libcxxwrap_julia_jll\", version=\"0.7.0\"))"' setupCmd1: 'julia -e "using Pkg; Pkg.add(PackageSpec(name=\"libcxxwrap_julia_jll\", version=\"0.7.0\"))"'