Move riscv merged-usr builds to separate build types
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
d9ef6099b4
commit
1810d7e21b
7 changed files with 18 additions and 13 deletions
|
@ -41,7 +41,7 @@ SET_multilib_systemd_mu_SPECS="stage1-multilib-systemd-mu.spec stage3-multilib-s
|
|||
update_symlinks() {
|
||||
# Symlink the latest stages3 to build from
|
||||
local d f
|
||||
for d in "${BUILD_SRCDIR_BASE}/builds/default" "${BUILD_SRCDIR_BASE}/builds/musl" ; do
|
||||
for d in "${BUILD_SRCDIR_BASE}/builds/default" "${BUILD_SRCDIR_BASE}/builds/mergedusr" "${BUILD_SRCDIR_BASE}/builds/musl" ; do
|
||||
mkdir -p "${d}"
|
||||
pushd "${d}" >/dev/null
|
||||
for f in $(ls stage3*xz | grep -v latest | give_latest_from_dates) ; do
|
||||
|
@ -66,6 +66,11 @@ post_build() {
|
|||
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*systemd-mu.spec)
|
||||
pushd "${BUILD_SRCDIR_BASE}/builds/mergedusr" >/dev/null
|
||||
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)
|
||||
pushd "${BUILD_SRCDIR_BASE}/builds/musl" >/dev/null
|
||||
upload stage3-rv64_$(echo ${spec}|sed -e 's:^stage3-::g' -e 's:-:_:g' -e 's:\.spec$::g')-${TIMESTAMP}*.xz*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue