|
18 | 18 | run: |
|
19 | 19 | sudo apt-get update
|
20 | 20 | sudo apt-get install --no-install-recommends -yq gcc gdb g++ maven jq flex bison libxml2-utils ccache cmake z3
|
| 21 | + z3 --version |
21 | 22 | - name: Prepare ccache
|
22 | 23 | uses: actions/cache@v2
|
23 | 24 | with:
|
|
76 | 77 | run: |
|
77 | 78 | sudo apt-get update
|
78 | 79 | sudo apt-get install --no-install-recommends -yq clang-10 clang++-10 gdb maven jq flex bison libxml2-utils cpanminus ccache z3
|
| 80 | + z3 --version |
79 | 81 | make -C src minisat2-download
|
80 | 82 | cpanm Thread::Pool::Simple
|
81 | 83 | - name: Prepare ccache
|
@@ -129,6 +131,7 @@ jobs:
|
129 | 131 | run: |
|
130 | 132 | sudo apt-get update
|
131 | 133 | sudo apt-get install --no-install-recommends -yq cmake ninja-build gcc g++ maven flex bison libxml2-utils dpkg-dev ccache doxygen z3
|
| 134 | + z3 --version |
132 | 135 | - name: Prepare ccache
|
133 | 136 | uses: actions/cache@v2
|
134 | 137 | with:
|
@@ -171,7 +174,9 @@ jobs:
|
171 | 174 | with:
|
172 | 175 | submodules: recursive
|
173 | 176 | - name: Fetch dependencies
|
174 |
| - run: brew install maven flex bison parallel ccache z3 |
| 177 | + run: | |
| 178 | + brew install maven flex bison parallel ccache z3 |
| 179 | + z3 --version |
175 | 180 | - name: Prepare ccache
|
176 | 181 | uses: actions/cache@v2
|
177 | 182 | with:
|
@@ -211,7 +216,9 @@ jobs:
|
211 | 216 | with:
|
212 | 217 | submodules: recursive
|
213 | 218 | - name: Fetch dependencies
|
214 |
| - run: brew install cmake ninja maven flex bison ccache z3 |
| 219 | + run: | |
| 220 | + brew install cmake ninja maven flex bison ccache z3 |
| 221 | + z3 --version |
215 | 222 | - name: Prepare ccache
|
216 | 223 | uses: actions/cache@v2
|
217 | 224 | with:
|
@@ -251,6 +258,7 @@ jobs:
|
251 | 258 | choco install winflexbison3 z3
|
252 | 259 | nuget install clcache -OutputDirectory "c:\tools" -ExcludeVersion -Version 4.1.0
|
253 | 260 | echo "c:\tools\clcache\clcache-4.1.0" >> $env:GITHUB_PATH
|
| 261 | + z3 --version |
254 | 262 | - name: Setup Visual Studio environment
|
255 | 263 |
|
256 | 264 | - name: Prepare ccache
|
@@ -289,6 +297,7 @@ jobs:
|
289 | 297 | run: |
|
290 | 298 | choco install winflexbison3 strawberryperl z3
|
291 | 299 | nuget install clcache -OutputDirectory "c:\tools" -ExcludeVersion -Version 4.1.0
|
| 300 | + z3 --version |
292 | 301 | echo "c:\tools\clcache\clcache-4.1.0" >> $env:GITHUB_PATH
|
293 | 302 | echo "c:\ProgramData\chocolatey\bin" >> $env:GITHUB_PATH
|
294 | 303 | echo "c:\Strawberry\" >> $env:GITHUB_PATH
|
@@ -429,6 +438,7 @@ jobs:
|
429 | 438 | run: |
|
430 | 439 | sudo apt-get update
|
431 | 440 | sudo apt-get install --no-install-recommends -y g++ flex bison cmake ninja-build maven jq libxml2-utils dpkg-dev ccache z3
|
| 441 | + z3 --version |
432 | 442 | # remove libgcc-s1, which isn't normally available in Ubuntu 18.04
|
433 | 443 | target=$(dpkg-query -W --showformat='${Version}\n' gcc-8-base | head -n 1)
|
434 | 444 | # libgcc1 uses an epoch, thus the extra 1:
|
@@ -515,6 +525,7 @@ jobs:
|
515 | 525 | run: |
|
516 | 526 | sudo apt-get update
|
517 | 527 | sudo apt-get install --no-install-recommends -y g++ gcc binutils flex bison cmake maven jq libxml2-utils openjdk-11-jdk-headless lcov ccache z3
|
| 528 | + z3 --version |
518 | 529 | - name: Prepare ccache
|
519 | 530 | uses: actions/cache@v2
|
520 | 531 | with:
|
|
0 commit comments