File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1717 # user input
1818 DEBIAN_FRONTEND : noninteractive
1919 run : |
20- sudo apt-get install -y coreutils build-essential gcc git make flex bison software-properties-common libwww-perl python
21- sudo apt-get install -y bin86 gdb bcc liblzma-dev python-dev gettext iasl uuid-dev libncurses5-dev libncursesw5-dev pkg-config
22- sudo apt-get install -y libgtk2.0-dev libyajl-dev sudo time
20+ sudo apt-get install --no-install-recommends - y coreutils build-essential gcc git make flex bison software-properties-common libwww-perl python
21+ sudo apt-get install --no-install-recommends - y bin86 gdb bcc liblzma-dev python-dev gettext iasl uuid-dev libncurses5-dev libncursesw5-dev pkg-config
22+ sudo apt-get install --no-install-recommends - y libgtk2.0-dev libyajl-dev sudo time
2323
2424 - name : Build CBMC tools
2525 run : |
Original file line number Diff line number Diff line change 1414 # user input
1515 DEBIAN_FRONTEND : noninteractive
1616 run : |
17- sudo apt-get install -yq doxygen graphviz
17+ sudo apt-get install --no-install-recommends - yq doxygen graphviz
1818 - name : Run Doxygen
1919 run : ./scripts/run_doxygen.sh
Original file line number Diff line number Diff line change 1616 # user input
1717 DEBIAN_FRONTEND : noninteractive
1818 run : |
19- sudo apt-get install -yq gcc gdb g++ maven jq flex bison libxml2-utils ccache
19+ sudo apt-get install --no-install-recommends - yq gcc gdb g++ maven jq flex bison libxml2-utils ccache
2020 make -C src minisat2-download
2121 - name : Prepare ccache
2222 uses : actions/cache@v2
6666 # user input
6767 DEBIAN_FRONTEND : noninteractive
6868 run : |
69- sudo apt-get install -yq cmake ninja-build gcc g++ maven flex bison libxml2-utils dpkg-dev ccache
69+ sudo apt-get install --no-install-recommends - yq cmake ninja-build gcc g++ maven flex bison libxml2-utils dpkg-dev ccache
7070 - name : Prepare ccache
7171 uses : actions/cache@v2
7272 with :
@@ -224,7 +224,7 @@ jobs:
224224 # user input
225225 DEBIAN_FRONTEND : noninteractive
226226 run : |
227- sudo apt-get install -yq clang-format-7
227+ sudo apt-get install --no-install-recommends - yq clang-format-7
228228 - name : Check updated lines of code match clang-format-7 style
229229 env :
230230 BASE_BRANCH : ${{ github.base_ref }}
@@ -305,7 +305,7 @@ jobs:
305305 with :
306306 submodules : recursive
307307 - name : Fetch dependencies
308- run : sudo apt install g++ flex bison cmake ninja-build maven jq libxml2-utils dpkg-dev ccache
308+ run : sudo apt-get install --no-install-recommends -y g++ flex bison cmake ninja-build maven jq libxml2-utils dpkg-dev ccache
309309 - name : Prepare ccache
310310 uses : actions/cache@v2
311311 with :
Original file line number Diff line number Diff line change 1313 with :
1414 submodules : recursive
1515 - name : Fetch dependencies
16- run : sudo apt install g++ flex bison cmake ninja-build maven jq libxml2-utils dpkg-dev ccache
16+ run : sudo apt-get install --no-install-recommends -y g++ flex bison cmake ninja-build maven jq libxml2-utils dpkg-dev ccache
1717 - name : Prepare ccache
1818 uses : actions/cache@v2
1919 with :
6969 with :
7070 submodules : recursive
7171 - name : Fetch dependencies
72- run : sudo apt install g++ flex bison cmake ninja-build maven jq libxml2-utils dpkg-dev ccache
72+ run : sudo apt-get install --no-install-recommends -y g++ flex bison cmake ninja-build maven jq libxml2-utils dpkg-dev ccache
7373 - name : Prepare ccache
7474 uses : actions/cache@v2
7575 with :
You can’t perform that action at this time.
0 commit comments