Skip to content

Commit ceeacf4

Browse files
authored
GnuTests.yml: reduce deps (#9259)
* GnuTests.yml: reduce deps * GnuTests.yml: cleanup deps https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md * GnuTests.yml: drop g++
1 parent baf0a73 commit ceeacf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/GnuTests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
run: |
8181
## Install dependencies
8282
sudo apt-get update
83-
sudo apt-get install -y autoconf autopoint bison texinfo gperf gcc g++ gdb python3-pyinotify jq valgrind libexpect-perl libacl1-dev libattr1-dev libcap-dev libselinux1-dev attr quilt
83+
sudo apt-get install -y autopoint gperf gdb python3-pyinotify valgrind libexpect-perl libacl1-dev libattr1-dev libcap-dev libselinux1-dev attr quilt
8484
- name: Add various locales
8585
shell: bash
8686
run: |
@@ -235,7 +235,7 @@ jobs:
235235
- name: Install dependencies in VM
236236
run: |
237237
lima sudo dnf -y update
238-
lima sudo dnf -y install git autoconf autopoint bison texinfo gperf gcc g++ gdb jq libacl-devel libattr-devel libcap-devel libselinux-devel attr rustup clang-devel texinfo-tex wget automake patch quilt
238+
lima sudo dnf -y install git autoconf autopoint bison texinfo gperf gcc gdb jq libacl-devel libattr-devel libcap-devel libselinux-devel attr rustup clang-devel texinfo-tex wget automake patch quilt
239239
lima rustup-init -y --default-toolchain stable
240240
- name: Copy the sources to VM
241241
run: |

0 commit comments

Comments
 (0)