mirror of
https://github.com/GXDE-OS/GXDE.git
synced 2026-06-22 07:06:38 +08:00
调整构建
This commit is contained in:
@@ -68,28 +68,4 @@ jobs:
|
|||||||
rootfs-source: https://deb.debian.org/debian/
|
rootfs-source: https://deb.debian.org/debian/
|
||||||
gxde-codename: bixie
|
gxde-codename: bixie
|
||||||
gxde-codename-upload: tianlu-bpo
|
gxde-codename-upload: tianlu-bpo
|
||||||
gxde-is-backport: true
|
gxde-is-backport: true
|
||||||
|
|
||||||
call-loong64-tianlu:
|
|
||||||
uses: GXDE-OS/GXDE/.github/workflows/building-deb-base.yml@master
|
|
||||||
secrets: inherit
|
|
||||||
with:
|
|
||||||
display-name: loong64-tianlu
|
|
||||||
arch: loong64
|
|
||||||
rootfs-codename: sid
|
|
||||||
rootfs-source: https://deb.debian.org/debian-ports/
|
|
||||||
gxde-codename: bixie
|
|
||||||
gxde-codename-upload: tianlu-bpo
|
|
||||||
gxde-is-backport: true
|
|
||||||
|
|
||||||
call-riscv64-tianlu:
|
|
||||||
uses: GXDE-OS/GXDE/.github/workflows/building-deb-base.yml@master
|
|
||||||
secrets: inherit
|
|
||||||
with:
|
|
||||||
display-name: riscv64-tianlu
|
|
||||||
arch: riscv64
|
|
||||||
rootfs-codename: sid
|
|
||||||
rootfs-source: https://deb.debian.org/debian/
|
|
||||||
gxde-codename: bixie
|
|
||||||
gxde-codename-upload: tianlu-bpo
|
|
||||||
gxde-is-backport: true
|
|
||||||
@@ -58,7 +58,10 @@ apt install dpkg-dev sudo debian-ports-archive-keyring debian-archive-keyring -y
|
|||||||
# 解包 deepin-desktop-base
|
# 解包 deepin-desktop-base
|
||||||
apt download deepin-desktop-base
|
apt download deepin-desktop-base
|
||||||
dpkg -x deepin-desktop-base_*.deb /
|
dpkg -x deepin-desktop-base_*.deb /
|
||||||
|
if [[ -f /etc/apt/sources.list.d/gxde-os-bpo.list ]]; then
|
||||||
|
dch --bpo ""
|
||||||
|
sed -i "s/~bpo/-bpo/g" debian/changelog
|
||||||
|
fi
|
||||||
for i in {1..5};
|
for i in {1..5};
|
||||||
do
|
do
|
||||||
apt build-dep . -y
|
apt build-dep . -y
|
||||||
|
|||||||
Reference in New Issue
Block a user