feat(taidan): default-configs subpackage (#13042)

* fix(ci/bootstrap): update buildsys dir path

* feat(taidan): default-configs subpackage

* fix(ci/bootstrap): set `%dist` and build env properly

* Update taidan.spec

Signed-off-by: madomado <madonuko@outlook.com>

* noarch

Signed-off-by: madomado <madonuko@outlook.com>

---------

Signed-off-by: madomado <madonuko@outlook.com>
This commit is contained in:
madomado
2026-06-17 00:37:13 +08:00
committed by GitHub
parent 99ba8529d3
commit 99f6c6f56f
2 changed files with 25 additions and 3 deletions
+10 -1
View File
@@ -29,6 +29,15 @@ jobs:
ref: f${{ matrix.version }}
fetch-depth: 1
- name: Setup build environment
run: |
sed -i 's/.fc%{fedora}/.fcrawhide/g' /usr/lib/rpm/macros.d/macros.dist
cat<<EOF >> /etc/dnf/dnf.conf
gpgcheck=1
install_weak_deps=0
max_parallel_downloads=20
EOF
- name: Build anda-srpm-macros
run: |
mkdir -p anda-build/rpm/rpms
@@ -37,7 +46,7 @@ jobs:
dnf5 install -y ./anda-build/rpm/rpms/anda-*.rpm
- name: Install build dependencies
run: dnf5 builddep -y anda/terra/{mock-configs,srpm-macros}/*.spec anda/{buildsys/anda,tools/subatomic}/*.spec
run: dnf5 builddep -y anda/terra/{mock-configs,srpm-macros,appstream-helper}/*.spec anda/{buildsys/anda,tools/subatomic}/*.spec
- name: Install Anda
run: |