Skip to content

Commit

Permalink
Remove libstdc++ from prereqs (#47)
Browse files Browse the repository at this point in the history
* disable non db2 builds

* Update version

* remove libstdc++ as installed as dependency with gcc-c++

version mismatch via gcc-c++

* add all configs back for actions
  • Loading branch information
salob authored May 18, 2023
1 parent 72a2064 commit c643f49
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,12 @@ jobs:
matrix:
scenario:
- websphere-v90-centos-8
# - websphere-v85-centos-7
- db21146
- db21157
# - oracle12cR1-centos-7
# - oracle12cR2-centos-7
- oracle19c-centos-8
- iim-191-centos-8
- ihs-v90-centos-8
# - ihs-v80-centos-7
# - ohs-v12.2.1-centos-7
- ohs-v12.2.1-centos-8
# - ohs-v12.1.3-centos-7
# - liberty-centos-7
- liberty-centos-8
# - weblogic-centos-7
- weblogic-centos-8
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name: spm_middleware

# The version of the collection. Must be compatible with semantic versioning
# Please note. version also exists in /github/workflows/release.yml and will need to be update also
version: 1.2.1
version: 1.2.2

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down
1 change: 0 additions & 1 deletion roles/db2/tasks/prereqs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
- kernel-devel
- ksh
- libaio
- libstdc++
- make
- numactl-libs
- pam-devel
Expand Down

0 comments on commit c643f49

Please sign in to comment.