File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -461,7 +461,7 @@ jobs:
461461 # remove libgcc-s1, which isn't normally available in Ubuntu 18.04
462462 target=$(dpkg-query -W --showformat='${Version}\n' gcc-8-base | head -n 1)
463463 # libgcc1 uses an epoch, thus the extra 1:
464- 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
464+ 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 gdb=8.1.1-0ubuntu1
465465 - name : Confirm z3 solver is available and log the version installed
466466 run : z3 --version
467467 - name : Prepare ccache
Original file line number Diff line number Diff line change 7676 # remove libgcc-s1, which isn't normally available in Ubuntu 18.04
7777 target=$(dpkg-query -W --showformat='${Version}\n' gcc-8-base | head -n 1)
7878 # libgcc1 uses an epoch, thus the extra 1:
79- 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
79+ 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 gdb=8.1.1-0ubuntu1
8080 - name : Confirm z3 solver is available and log the version installed
8181 run : z3 --version
8282 - name : Prepare ccache
You can’t perform that action at this time.
0 commit comments