Use Z3 from Fedora repos for faster CI
authorJean THOMAS <git0@pub.jeanthomas.me>
Fri, 24 Jul 2020 13:30:34 +0000 (15:30 +0200)
committerJean THOMAS <git0@pub.jeanthomas.me>
Fri, 24 Jul 2020 13:30:34 +0000 (15:30 +0200)
.build.yml

index 6bc753387e9126a2b5e8164344cf736d8d0e7950..aa2637e01ccf8b538200dbad2747b90b06dd5be3 100644 (file)
@@ -24,6 +24,7 @@ packages:
   - gperf
   - libyaml-devel
   - gmp-devel
+  - z3-devel
 sources:
   - https://git.sr.ht/~macbook/gram
 tasks:
@@ -56,15 +57,6 @@ tasks:
       make -j$(nproc)
       sudo make install
       rm -rf /tmp/yices2
-  - install-z3: |
-      git clone https://github.com/Z3Prover/z3.git z3
-      cd z3
-      echo "z3 Git hash: $(git rev-parse HEAD)"
-      python scripts/mk_make.py
-      cd build
-      make -j$(nproc)
-      sudo make install
-      rm -rf /tmp/z3
   - install-icarus-verilog: |
       cd /tmp
       git clone git://github.com/steveicarus/iverilog.git iverilog