mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-01 09:08:42 +08:00
15 lines
443 B
TOML
15 lines
443 B
TOML
# Due to necessary write permission for compilation the filesystem path of source code installation is an exception
|
|
# where the package manager can't switch between system-wide and user paths
|
|
[source]
|
|
same_as = "../../core/relibc"
|
|
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
mkdir -pv "${COOKBOOK_STAGE}/home/user/relibc-tests"
|
|
cp -rv "${COOKBOOK_SOURCE}/tests" "${COOKBOOK_STAGE}/home/user/relibc-tests"
|
|
"""
|
|
|
|
[package]
|
|
dependencies = ["gcc13"]
|