diff options
author | Maryam Tahhan <maryam.tahhan@intel.com> | 2018-01-25 10:26:13 +0000 |
---|---|---|
committer | Maryam Tahhan <maryam.tahhan@intel.com> | 2018-01-25 11:02:19 +0000 |
commit | 4b5777ae5c7089a7b55305cc9d26732ff0c94ab3 (patch) | |
tree | 3584d2bac253833fb9ff4030d10560db84a116c2 /ci/README | |
parent | 2f5bdd402affef56c340a9ece577036d8183e8fe (diff) |
ci: build 5.8.0 packages for Apex
Change-Id: Iee1ed3e9a1d7b744a0fb94a8d031588db2b2dea2
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
Diffstat (limited to 'ci/README')
-rw-r--r-- | ci/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ci/README b/ci/README new file mode 100644 index 00000000..9b255ced --- /dev/null +++ b/ci/README @@ -0,0 +1,11 @@ +If you would like to build the RPMs locally you will need a CentOS7 platform. +Set an environment variable called WORKSPACE to /tmp. +Make sure $PERL_MM_OPT is not set as an environment variable. +Run the following: + + * sudo -E ./install_dependencies.sh + * sudo -E ./build_rpm.sh + +This will create 3 directories in /tmp: collectd, intel-cmt-cat and rpmbuild. + +The built RPMs can be found in rpmbuild/RPMS/x86_64/. |