This commit is contained in:
Ward from fusion-voyager-3 2024-07-24 00:15:04 +03:00
parent 99f30d482d
commit 79b6307cc9
5 changed files with 6 additions and 6 deletions

View File

@ -31,7 +31,7 @@ jobs:
if_key_exists: replace
- name: Update APT Cache
run: apt-get update
run: apt-get update -y
- name: Build Package
run: ./mainv3.sh

View File

@ -31,7 +31,7 @@ jobs:
if_key_exists: replace
- name: Update APT Cache
run: apt-get update
run: apt-get update -y
- name: Build Package
run: ./mainv3.sh

View File

@ -31,7 +31,7 @@ jobs:
if_key_exists: replace
- name: Update APT Cache
run: apt-get update
run: apt-get update -y
- name: Build Package
run: ./mainv3.sh

View File

@ -31,7 +31,7 @@ jobs:
if_key_exists: replace
- name: Update APT Cache
run: apt-get update
run: apt-get update -y
- name: Build Package
run: ./mainv3.sh

View File

@ -2,7 +2,7 @@
set -e
VERSION=5.2.3.git
VERSION="5.2.3.git"
export DEBIAN_FRONTEND="noninteractive"
export DEB_BUILD_MAINT_OPTIONS="optimize=+lto -march=x86-64-v3 -O3 -flto -fuse-linker-plugin -falign-functions=32"
@ -25,7 +25,7 @@ cd ./supergfxctl
apt-get build-dep ./ -y
# Build package
LOGNAME=root dh_make --createorig -y -l -p supergfxctl_"$VERSION" || echo "dh-make didn't go clean"
LOGNAME=root dh_make --createorig -y -l -p supergfxctl_"$VERSION" || echo "dh-make: Ignoring Last Error"
dpkg-buildpackage --no-sign
# Move the debs to output