Skip to content

Commit 92d6686

Browse files
authored
Merge pull request #702 from AltraMayor/gh_workflow
gatekeeper: update GitHub workflow for Ubuntu 24.04
2 parents abe5e18 + 75d1ff7 commit 92d6686

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/c-cpp.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
build:
1212

13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-24.04
1414

1515
steps:
1616
- name: Checkout repository and submodules
@@ -27,7 +27,7 @@ jobs:
2727
libhugetlbfs-bin build-essential gcc-multilib linux-headers-`uname -r`
2828
libmnl0 libmnl-dev libkmod2 libkmod-dev libnuma-dev libelf1 libelf-dev
2929
libc6-dev-i386 autoconf flex bison libncurses5-dev libreadline-dev
30-
python python3-pyelftools libcap-dev libcap2 meson ninja-build
30+
python3 python3-pyelftools libcap-dev libcap2 meson ninja-build
3131
pkg-config
3232
3333
- name: Setup Gatekeeper

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ page.
118118
Once the packages are downloaded, they can be installed with the commands below:
119119

120120
```console
121-
$ tar -zxvf gatekeeper-ubuntu-20.04-packages.tar.gz
122-
$ cd gatekeeper-ubuntu-20.04-packages
121+
$ tar -zxvf gatekeeper-ubuntu-24.04-packages.tar.gz
122+
$ cd gatekeeper-ubuntu-24.04-packages
123123
$ sudo dpkg -i gatekeeper-bird_*_amd64.deb gatekeeper_*_amd64.deb
124124
```
125125

@@ -180,7 +180,7 @@ $ sudo apt-get update
180180
$ sudo apt-get -y -q install git clang devscripts doxygen libhugetlbfs-bin \
181181
build-essential gcc-multilib linux-headers-`uname -r` libmnl0 libmnl-dev \
182182
libkmod2 libkmod-dev libnuma-dev libelf1 libelf-dev libc6-dev-i386 \
183-
autoconf flex bison libncurses5-dev libreadline-dev python \
183+
autoconf flex bison libncurses5-dev libreadline-dev python3 \
184184
libcap-dev libcap2 meson ninja-build pkg-config
185185
```
186186

0 commit comments

Comments
 (0)