File tree 4 files changed +10
-10
lines changed 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 17
17
# user input
18
18
DEBIAN_FRONTEND : noninteractive
19
19
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
23
23
24
24
- name : Build CBMC tools
25
25
run : |
Original file line number Diff line number Diff line change 14
14
# user input
15
15
DEBIAN_FRONTEND : noninteractive
16
16
run : |
17
- sudo apt-get install -yq doxygen graphviz
17
+ sudo apt-get install --no-install-recommends - yq doxygen graphviz
18
18
- name : Run Doxygen
19
19
run : ./scripts/run_doxygen.sh
Original file line number Diff line number Diff line change 16
16
# user input
17
17
DEBIAN_FRONTEND : noninteractive
18
18
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
20
20
make -C src minisat2-download
21
21
- name : Prepare ccache
22
22
uses : actions/cache@v2
66
66
# user input
67
67
DEBIAN_FRONTEND : noninteractive
68
68
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
70
70
- name : Prepare ccache
71
71
uses : actions/cache@v2
72
72
with :
@@ -224,7 +224,7 @@ jobs:
224
224
# user input
225
225
DEBIAN_FRONTEND : noninteractive
226
226
run : |
227
- sudo apt-get install -yq clang-format-7
227
+ sudo apt-get install --no-install-recommends - yq clang-format-7
228
228
- name : Check updated lines of code match clang-format-7 style
229
229
env :
230
230
BASE_BRANCH : ${{ github.base_ref }}
@@ -305,7 +305,7 @@ jobs:
305
305
with :
306
306
submodules : recursive
307
307
- 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
309
309
- name : Prepare ccache
310
310
uses : actions/cache@v2
311
311
with :
Original file line number Diff line number Diff line change 13
13
with :
14
14
submodules : recursive
15
15
- 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
17
17
- name : Prepare ccache
18
18
uses : actions/cache@v2
19
19
with :
69
69
with :
70
70
submodules : recursive
71
71
- 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
73
73
- name : Prepare ccache
74
74
uses : actions/cache@v2
75
75
with :
You can’t perform that action at this time.
0 commit comments