File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
jobs :
11
11
build :
12
12
13
- runs-on : ubuntu-20 .04
13
+ runs-on : ubuntu-24 .04
14
14
15
15
steps :
16
16
- name : Checkout repository and submodules
27
27
libhugetlbfs-bin build-essential gcc-multilib linux-headers-`uname -r`
28
28
libmnl0 libmnl-dev libkmod2 libkmod-dev libnuma-dev libelf1 libelf-dev
29
29
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
31
31
pkg-config
32
32
33
33
- name : Setup Gatekeeper
Original file line number Diff line number Diff line change @@ -118,8 +118,8 @@ page.
118
118
Once the packages are downloaded, they can be installed with the commands below:
119
119
120
120
``` 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
123
123
$ sudo dpkg -i gatekeeper-bird_* _amd64.deb gatekeeper_* _amd64.deb
124
124
```
125
125
@@ -180,7 +180,7 @@ $ sudo apt-get update
180
180
$ sudo apt-get -y -q install git clang devscripts doxygen libhugetlbfs-bin \
181
181
build-essential gcc-multilib linux-headers-`uname -r` libmnl0 libmnl-dev \
182
182
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 \
184
184
libcap-dev libcap2 meson ninja-build pkg-config
185
185
```
186
186
You can’t perform that action at this time.
0 commit comments