Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gatekeeper: update GitHub workflow for Ubuntu 24.04 #702

Merged
merged 1 commit into from
Sep 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build:

runs-on: ubuntu-20.04
runs-on: ubuntu-24.04

steps:
- name: Checkout repository and submodules
Expand All @@ -27,7 +27,7 @@ jobs:
libhugetlbfs-bin build-essential gcc-multilib linux-headers-`uname -r`
libmnl0 libmnl-dev libkmod2 libkmod-dev libnuma-dev libelf1 libelf-dev
libc6-dev-i386 autoconf flex bison libncurses5-dev libreadline-dev
python python3-pyelftools libcap-dev libcap2 meson ninja-build
python3 python3-pyelftools libcap-dev libcap2 meson ninja-build
pkg-config

- name: Setup Gatekeeper
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ page.
Once the packages are downloaded, they can be installed with the commands below:

```console
$ tar -zxvf gatekeeper-ubuntu-20.04-packages.tar.gz
$ cd gatekeeper-ubuntu-20.04-packages
$ tar -zxvf gatekeeper-ubuntu-24.04-packages.tar.gz
$ cd gatekeeper-ubuntu-24.04-packages
$ sudo dpkg -i gatekeeper-bird_*_amd64.deb gatekeeper_*_amd64.deb
```

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

Expand Down