Kaydet (Commit) 06683ff6 authored tarafından root's avatar root

update inary defaults

üst d456e8ed
......@@ -77,8 +77,8 @@ class GeneralDefaults:
destinationdirectory = "/"
autoclean = False
distribution = "Sulin"
distribution_release = "2019"
distribution_id = "s19"
distribution_release = "2021"
distribution_id = "s21"
architecture = "x86_64"
allowrfp = False
http_proxy = os.getenv("HTTP_PROXY") or None
......@@ -115,7 +115,7 @@ class BuildDefaults:
"""Default values for [build] section"""
build_host = "localhost"
host = "x86_64-linux-gnu"
jobs = "-j1"
jobs = "-j5"
generateDebug = True
cflags = "-mtune=generic -O2 -pipe -fomit-frame-pointer -fstack-protector -D_FORTIFY_SOURCE=2"
cxxflags = "-mtune=generic -O2 -pipe -fomit-frame-pointer -fstack-protector -D_FORTIFY_SOURCE=2"
......
......@@ -483,6 +483,7 @@ class Builder:
"SRC_RELEASE": self.spec.getSourceRelease(),
"PATH": "/bin:/usr/bin:/sbin:/usr/sbin",
"PYTHONDONTWRITEBYTECODE": '1',
"JOBS": ctx.config.values.jobs,
"INARY_USE_FLAGS": "True"}
# FIXME: Get useflag status from pspec file (Source section)
os.environ.update(env)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment