summaryrefslogtreecommitdiffstats
path: root/el9a.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'el9a.tpl')
-rw-r--r--el9a.tpl24
1 files changed, 11 insertions, 13 deletions
diff --git a/el9a.tpl b/el9a.tpl
index 4311099..cf78d81 100644
--- a/el9a.tpl
+++ b/el9a.tpl
@@ -20,16 +20,16 @@ config_opts['createrepo_on_rpms'] = True
config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm'
config_opts['macros']['%_topdir']="/builddir/build"
-config_opts['macros']['%_smp_mflags']="-j8"
+config_opts['macros']['%_smp_mflags']="-j24"
config_opts['macros']['%dist']=".el9.remi"
config_opts['macros']['%rhel']="9"
config_opts['macros']['%_with_ibase']="1"
-#config_opts['macros']['%_with_oci8']="1"
-config_opts['macros']['%runselftest']="0"
+config_opts['macros']['%_with_oci8']="1"
+config_opts['macros']['%runselftest']="1"
config_opts['environment']['ACCEPT_EULA'] = 'Y'
-# config_opts['module_enable'] = ['php:remi-8.0']
+config_opts['module_enable'] = ['php:remi-8.0', 'redis:remi-7.0']
config_opts['yum.conf'] = """
[main]
@@ -62,8 +62,8 @@ excludepkgs=php*
[epel]
name=epel
-;mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-9&arch=aarch64
-baseurl=https://dl.fedoraproject.org/pub/epel/9/Everything/aarch64/
+mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-9&arch=aarch64
+;baseurl=https://dl.fedoraproject.org/pub/epel/9/Everything/aarch64/
exclude=epel-rpm-macros
enabled=1
@@ -87,16 +87,10 @@ metadata_expire=30
[remi-priv]
name=remi prive
-baseurl=file:/home/remi/priv/aarch64/
+baseurl=file:/home/remi/priv/el9.aarch64/
enabled=1
metadata_expire=30
-[remi-priv-el9]
-name=remi prive el9
-baseurl=file:/home/rpmbuild/site/rpms/priv/el9.x86_64/
-enabled=0
-metadata_expire=30
-
[remi-debuginfo]
name=remi-debuginfo
baseurl=file:/home/rpmbuild/site/rpms/enterprise/9/debug-remi/x86_64/
@@ -115,4 +109,8 @@ baseurl=https://packages.microsoft.com/rhel/9/prod/
enabled=0
includepkgs=msodbcsql18
+[stream]
+name=CentOS 9 Stream
+baseurl=https://mirror.stream.centos.org/9-stream/AppStream/aarch64/os/
+enabled=0
"""