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

remove --dotnet from Ubuntu due to 3.0 .Net core issues

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-10-07 17:41:39 -07:00
parent 02e71c7d23
commit 5fa177a650

View file

@ -13,7 +13,7 @@ jobs:
strategy: strategy:
matrix: matrix:
MT: MT:
cmdLine: 'python scripts/mk_make.py -d --java --dotnet' cmdLine: 'python scripts/mk_make.py -d --java'
ST: ST:
cmdLine: './configure --single-threaded' cmdLine: './configure --single-threaded'
steps: steps: