From 904bf136831741dece405fd0522578a69ac01dce Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 21 Sep 2023 18:18:55 +0200 Subject: enable Oracle on aarch64 --- el8a.tpl | 2 +- el9a.tpl | 2 +- fc39a.tpl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/el8a.tpl b/el8a.tpl index ef5bdb3..83ee2df 100644 --- a/el8a.tpl +++ b/el8a.tpl @@ -24,7 +24,7 @@ config_opts['macros']['%_smp_mflags']="-j30" config_opts['macros']['%dist']=".el8.remi" config_opts['macros']['%rhel']="8" config_opts['macros']['%_with_ibase']="1" -#config_opts['macros']['%_with_oci8']="1" +config_opts['macros']['%_with_oci8']="1" config_opts['macros']['%runselftest']="1" config_opts['environment']['ACCEPT_EULA'] = 'Y' diff --git a/el9a.tpl b/el9a.tpl index e0b1693..cd1c138 100644 --- a/el9a.tpl +++ b/el9a.tpl @@ -24,7 +24,7 @@ config_opts['macros']['%_smp_mflags']="-j30" 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']['%_with_oci8']="1" config_opts['macros']['%runselftest']="0" config_opts['environment']['ACCEPT_EULA'] = 'Y' diff --git a/fc39a.tpl b/fc39a.tpl index e1e8d36..803d978 100644 --- a/fc39a.tpl +++ b/fc39a.tpl @@ -25,7 +25,7 @@ config_opts['macros']['%_smp_mflags']="-j10" config_opts['macros']['%dist']=".fc39.remi" config_opts['macros']['%fedora']="39" config_opts['macros']['%_with_ibase']="1" -#config_opts['macros']['%_with_oci8']="1" +config_opts['macros']['%_with_oci8']="1" config_opts['macros']['%runselftest']="1" config_opts['environment']['ACCEPT_EULA'] = 'Y' -- cgit