Skip to content

Commit

Permalink
github: Install y4 and switch to Ubuntu 24.04 for CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
qookei committed Oct 30, 2024
1 parent afc628d commit 7d7a3cd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,19 @@ jobs:
mlibc
mlibc-headers
name: Build ${{ matrix.pkg }}
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Permit unprivileged user namespaces
run: |
set -x
sudo sysctl -w kernel.apparmor_restrict_unprivileged_unconfined=0
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
- name: Install prerequisites
run: |
set -x
sudo apt-get update
sudo apt-get install qemu-system-x86 pcre2-utils
pip3 install xbstrap
pip3 install xbstrap y4
xbstrap prereqs cbuildrt xbps
- name: Check for requested bootstrap-managarm PR
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
build-docs:
name: Build documentation
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Install prerequisites
run: |
Expand Down

0 comments on commit 7d7a3cd

Please sign in to comment.