Add specs for clang and musl-clang builds

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2022-07-18 23:27:16 +02:00
parent aa7fc84d7a
commit 6efb090272
No known key found for this signature in database
GPG key ID: 4C49F79E54D0A206
4 changed files with 45 additions and 0 deletions

View file

@ -0,0 +1,12 @@
subarch: amd64
target: stage1
version_stamp: clang-openrc-@TIMESTAMP@
rel_type: clang
profile: default/linux/amd64/17.1/clang
snapshot: @TIMESTAMP@
source_subpath: clang/stage3-amd64-clang-openrc-latest
compression_mode: pixz
update_seed: yes
update_seed_command: --update --deep --newuse @world
portage_confdir: @REPO_DIR@/releases/portage/stages
portage_prefix: releng

View file

@ -0,0 +1,10 @@
subarch: amd64
target: stage3
version_stamp: clang-openrc-@TIMESTAMP@
rel_type: clang
profile: default/linux/amd64/17.1/clang
snapshot: @TIMESTAMP@
source_subpath: clang/stage1-amd64-clang-openrc-@TIMESTAMP@
compression_mode: pixz
portage_confdir: @REPO_DIR@/releases/portage/stages
portage_prefix: releng

View file

@ -0,0 +1,13 @@
subarch: amd64
target: stage1
version_stamp: musl-clang-@TIMESTAMP@
rel_type: musl-clang
profile: default/linux/amd64/17.0/musl/clang
snapshot: @TIMESTAMP@
source_subpath: musl-clang/stage3-amd64-musl-clang-latest
chost: x86_64-gentoo-linux-musl
portage_confdir: @REPO_DIR@/releases/portage/stages
portage_prefix: releng
update_seed: yes
update_seed_command: --update --deep --newuse @world
compression_mode: pixz

View file

@ -0,0 +1,10 @@
subarch: amd64
target: stage3
version_stamp: musl-clang-@TIMESTAMP@
rel_type: musl-clang
profile: default/linux/amd64/17.0/musl/clang
snapshot: @TIMESTAMP@
source_subpath: musl-clang/stage1-amd64-musl-clang-@TIMESTAMP@
portage_confdir: @REPO_DIR@/releases/portage/stages
portage_prefix: releng
compression_mode: pixz