|
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 | + - name: Confirm z3 solver is available and log the version installed |
| 22 | + run: z3 --version |
21 | 23 | - name: Prepare ccache
|
22 | 24 | uses: actions/cache@v2
|
23 | 25 | with:
|
|
78 | 80 | sudo apt-get install --no-install-recommends -yq clang-10 clang++-10 gdb maven jq flex bison libxml2-utils cpanminus ccache z3
|
79 | 81 | make -C src minisat2-download
|
80 | 82 | cpanm Thread::Pool::Simple
|
| 83 | + - name: Confirm z3 solver is available and log the version installed |
| 84 | + run: z3 --version |
81 | 85 | - name: Prepare ccache
|
82 | 86 | uses: actions/cache@v2
|
83 | 87 | with:
|
@@ -129,6 +133,8 @@ jobs:
|
129 | 133 | run: |
|
130 | 134 | sudo apt-get update
|
131 | 135 | sudo apt-get install --no-install-recommends -yq cmake ninja-build gcc g++ maven flex bison libxml2-utils dpkg-dev ccache doxygen z3
|
| 136 | + - name: Confirm z3 solver is available and log the version installed |
| 137 | + run: z3 --version |
132 | 138 | - name: Prepare ccache
|
133 | 139 | uses: actions/cache@v2
|
134 | 140 | with:
|
@@ -172,6 +178,8 @@ jobs:
|
172 | 178 | submodules: recursive
|
173 | 179 | - name: Fetch dependencies
|
174 | 180 | run: brew install maven flex bison parallel ccache z3
|
| 181 | + - name: Confirm z3 solver is available and log the version installed |
| 182 | + run: z3 --version |
175 | 183 | - name: Prepare ccache
|
176 | 184 | uses: actions/cache@v2
|
177 | 185 | with:
|
@@ -212,6 +220,8 @@ jobs:
|
212 | 220 | submodules: recursive
|
213 | 221 | - name: Fetch dependencies
|
214 | 222 | run: brew install cmake ninja maven flex bison ccache z3
|
| 223 | + - name: Confirm z3 solver is available and log the version installed |
| 224 | + run: z3 --version |
215 | 225 | - name: Prepare ccache
|
216 | 226 | uses: actions/cache@v2
|
217 | 227 | with:
|
@@ -254,6 +264,8 @@ jobs:
|
254 | 264 | Invoke-WebRequest -Uri https://github.com/Z3Prover/z3/releases/download/z3-4.8.10/z3-4.8.10-x64-win.zip -OutFile .\z3.zip
|
255 | 265 | Expand-Archive -LiteralPath '.\z3.Zip' -DestinationPath C:\tools
|
256 | 266 | echo "c:\tools\z3-4.8.10-x64-win\bin;" >> $env:GITHUB_PATH
|
| 267 | + - name: Confirm z3 solver is available and log the version installed |
| 268 | + run: z3 --version |
257 | 269 | - name: Setup Visual Studio environment
|
258 | 270 |
|
259 | 271 | - name: Prepare ccache
|
@@ -298,6 +310,8 @@ jobs:
|
298 | 310 | Invoke-WebRequest -Uri https://github.com/Z3Prover/z3/releases/download/z3-4.8.10/z3-4.8.10-x64-win.zip -OutFile .\z3.zip
|
299 | 311 | Expand-Archive -LiteralPath '.\z3.Zip' -DestinationPath C:\tools
|
300 | 312 | echo "c:\tools\z3-4.8.10-x64-win\bin;" >> $env:GITHUB_PATH
|
| 313 | + - name: Confirm z3 solver is available and log the version installed |
| 314 | + run: z3 --version |
301 | 315 | - name: Setup MSBuild
|
302 | 316 |
|
303 | 317 | - name: Initialise Developer Command Line
|
@@ -439,6 +453,8 @@ jobs:
|
439 | 453 | target=$(dpkg-query -W --showformat='${Version}\n' gcc-8-base | head -n 1)
|
440 | 454 | # libgcc1 uses an epoch, thus the extra 1:
|
441 | 455 | sudo apt-get install -y --allow-downgrades --reinstall gcc g++ libgcc-s1- libstdc++6=$target liblsan0=$target libtsan0=$target libcc1-0=$target libgcc1=1:$target
|
| 456 | + - name: Confirm z3 solver is available and log the version installed |
| 457 | + run: z3 --version |
442 | 458 | - name: Prepare ccache
|
443 | 459 | uses: actions/cache@v2
|
444 | 460 | with:
|
@@ -521,6 +537,8 @@ jobs:
|
521 | 537 | run: |
|
522 | 538 | sudo apt-get update
|
523 | 539 | 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
|
| 540 | + - name: Confirm z3 solver is available and log the version installed |
| 541 | + run: z3 --version |
524 | 542 | - name: Prepare ccache
|
525 | 543 | uses: actions/cache@v2
|
526 | 544 | with:
|
|
0 commit comments