From 2475865dc1212369fbba6a045c53935223f81c21 Mon Sep 17 00:00:00 2001 From: Raphael <68374617+raphaelscholle@users.noreply.github.com> Date: Sun, 30 Jun 2024 16:21:22 +0200 Subject: [PATCH] testing bugfix noble --- build_chroot.sh | 2 +- checks.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 checks.json diff --git a/build_chroot.sh b/build_chroot.sh index e2d17f15..dda8bbc2 100644 --- a/build_chroot.sh +++ b/build_chroot.sh @@ -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 @@ -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/ diff --git a/checks.json b/checks.json new file mode 100644 index 00000000..8b70b53d --- /dev/null +++ b/checks.json @@ -0,0 +1 @@ +{"enabled":true,"categories":{}} \ No newline at end of file