Add the stage1 profile

This commit is contained in:
Sameer Rahmani 2023-04-12 19:12:24 +01:00
parent 31bd2ad104
commit 1b00dc7123
Signed by: lxsameer
GPG Key ID: B0A4AF28AB9FD90B
2 changed files with 27 additions and 0 deletions

1
profiles/common Normal file
View File

@ -0,0 +1 @@
{% set LLVM_VERSION = os.getenv("LLVM_VERSION") %}

26
profiles/stage1 Normal file
View File

@ -0,0 +1,26 @@
{% set LLVM_VERSION = os.getenv("LLVM_VERSION") %}
[settings]
os=Linux
arch=x86_64
build_type=Release
compiler=clang
compiler.version=17
compiler.libcxx=libc++
clang-bootstrap/*:compiler=gcc
clang-bootstrap/*:compiler.version=12.2
clang-bootstrap/*:compiler.libcxx=libstdc++
# [tool_requires]
# musl/*:clang-bootstrap/{{ LLVM_VERSION }}@serene/stable
[buildenv]
LD=lld
[runenv]
STAGE="1"
[conf]
tools.cmake.cmaketoolchain:generator=Ninja