Skip to content

Commit

Permalink
testing bugfix noble
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Jun 30, 2024
1 parent de01894 commit 2475865
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build_chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

mkdir -p /out
sudo apt install -y python3-pip ruby ruby-dev rubygems build-essential
pip3 install --upgrade pip
gem install fpm
sudo pip3 install --upgrade cloudsmith-cli --break-system-packages
ls -a
Expand Down Expand Up @@ -47,7 +48,6 @@ elif [[ "$(lsb_release -cs)" == "noble" ]]; then
else
ls -a /usr/src/

sudo apt update
sudo apt install -y build-essential flex bc bison dkms
make KSRC=/usr/src/linux-headers-6.3.13-060313-generic O="" modules
mkdir -p package/lib/modules/6.3.13-060313-generic/kernel/drivers/net/wireless/
Expand Down
1 change: 1 addition & 0 deletions checks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"enabled":true,"categories":{}}

0 comments on commit 2475865

Please sign in to comment.