Skip to content
Snippets Groups Projects
Commit 387b56a2 authored by Daniel Juarez's avatar Daniel Juarez :speech_balloon:
Browse files

Add example for CS8 deps. It can help users extrapolate from C8 to CS8.

parent 3e8157f7
No related branches found
No related tags found
1 merge request!12Add example for CS8 deps. It can help users extrapolate from C8 to CS8.
Pipeline #2408180 passed
...@@ -245,6 +245,12 @@ You can also add different dependencies per OS, like this: ...@@ -245,6 +245,12 @@ You can also add different dependencies per OS, like this:
- yum install -y oracle-instantclient - yum install -y oracle-instantclient
- rpmci_install_builddeps - rpmci_install_builddeps
.rpm_deps8s:
before_script:
- rpmci_add_repo_kojitag_stable "dbclients8s"
- yum install -y oracle-instantclient
- rpmci_install_builddeps
.rpm_deps7: .rpm_deps7:
before_script: before_script:
- yum install -y --enablerepo=cernonly oracle-instantclient - yum install -y --enablerepo=cernonly oracle-instantclient
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment