This commit is contained in:
Ward from fusion-voyager-3 2024-07-24 14:00:23 +03:00
parent 40fa3144c4
commit 3a479a45d8
12 changed files with 17 additions and 17 deletions

View File

@ -31,4 +31,4 @@ jobs:
run: apt-get update -y run: apt-get update -y
- name: Build Package - name: Build Package
run: ./mainv3.sh run: ./main.sh

View File

@ -31,4 +31,4 @@ jobs:
run: apt-get update -y run: apt-get update -y
- name: Build Package - name: Build Package
run: ./mainv3.sh run: ./main.sh

View File

@ -31,7 +31,7 @@ jobs:
run: apt-get update -y run: apt-get update -y
- name: Build Package - name: Build Package
run: ./mainv3.sh run: ./main.sh
- name: Release Package - name: Release Package
run: ./release.sh run: ./release.sh

View File

@ -31,7 +31,7 @@ jobs:
run: apt-get update -y run: apt-get update -y
- name: Build Package - name: Build Package
run: ./mainv3.sh run: ./main.sh
- name: Release Package - name: Release Package
run: ./release.sh run: ./release.sh

10
main.sh Executable file
View File

@ -0,0 +1,10 @@
#! /bin/bash
# Move the debs to output
mkdir -p ./output
. ./scripts/source.sh
. ../scripts/patch.sh
. ../scripts/config.sh
. ../scripts/build.sh
. ../scripts/output.sh

View File

@ -1,12 +0,0 @@
#! /bin/bash
set -e
# Move the debs to output
mkdir -p ./output
. ./scripts-v3/source.sh
. ../scripts-v3/patch.sh
. ../scripts-v3/config.sh
. ../scripts-v3/build.sh
. ../scripts-v3/output.sh

View File

@ -2,6 +2,8 @@
echo "Pika Kernel - Applying configuration" echo "Pika Kernel - Applying configuration"
cp ../config .config
scripts/config -k -d CONFIG_GENERIC_CPU scripts/config -k -d CONFIG_GENERIC_CPU
scripts/config -k -e CONFIG_GENERIC_CPU3 scripts/config -k -e CONFIG_GENERIC_CPU3
scripts/config -e CACHY scripts/config -e CACHY