Add riscv systemd merged-usr build
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
96ddfd3126
commit
a137292167
7 changed files with 93 additions and 1 deletions
|
@ -14,21 +14,29 @@ SETS="
|
|||
lp64d_musl
|
||||
lp64d_openrc
|
||||
lp64d_systemd
|
||||
lp64d_systemd_mu
|
||||
lp64_musl
|
||||
lp64_openrc
|
||||
lp64_systemd
|
||||
lp64_systemd_mu
|
||||
multilib_openrc
|
||||
multilib_systemd
|
||||
multilib_systemd_mu
|
||||
"
|
||||
|
||||
SET_lp64d_musl_SPECS="stage1-lp64d-musl.spec stage3-lp64d-musl.spec"
|
||||
SET_lp64d_openrc_SPECS="stage1-lp64d-openrc.spec stage3-lp64d-openrc.spec"
|
||||
SET_lp64d_systemd_SPECS="stage1-lp64d-systemd.spec stage3-lp64d-systemd.spec"
|
||||
SET_lp64d_systemd_mu_SPECS="stage1-lp64d-systemd-mu.spec stage3-lp64d-systemd-mu.spec"
|
||||
|
||||
SET_lp64_musl_SPECS="stage1-lp64-musl.spec stage3-lp64-musl.spec"
|
||||
SET_lp64_openrc_SPECS="stage1-lp64-openrc.spec stage3-lp64-openrc.spec"
|
||||
SET_lp64_systemd_SPECS="stage1-lp64-systemd.spec stage3-lp64-systemd.spec"
|
||||
SET_lp64_systemd_mu_SPECS="stage1-lp64-systemd-mu.spec stage3-lp64-systemd-mu.spec"
|
||||
|
||||
SET_multilib_openrc_SPECS="stage1-multilib-openrc.spec stage3-multilib-openrc.spec"
|
||||
SET_multilib_systemd_SPECS="stage1-multilib-systemd.spec stage3-multilib-systemd.spec"
|
||||
SET_multilib_systemd_mu_SPECS="stage1-multilib-systemd-mu.spec stage3-multilib-systemd-mu.spec"
|
||||
|
||||
update_symlinks() {
|
||||
# Symlink the latest stages3 to build from
|
||||
|
@ -54,7 +62,7 @@ post_build() {
|
|||
;;
|
||||
stage3*systemd.spec)
|
||||
pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null
|
||||
upload stage3-rv64_$(echo ${spec}|sed -e 's:^stage3-::g' -e 's:\.spec$::g')-${TIMESTAMP}*.xz*
|
||||
upload stage3-rv64_$(echo ${spec}|sed -e 's:^stage3-::g' -e 's:\.spec$::g' -e 's:-mu:-mergedusr:g')-${TIMESTAMP}*.xz*
|
||||
popd >/dev/null
|
||||
;;
|
||||
stage3*musl.spec)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue