Skip to content

1.8.3

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Feb 15:39
· 7 commits to main since this release
ca5771b
Fix molecule for db2 11.5.9 (#116)

* debug workflow

* Initial DB2 12.1 changes

Initial DB2 12.1 changes

New Molecule tests
New Var file

* Test 1

Test 1

Remove Extra Git Workflows for now

Install package required by DB2Precheck

/tmp/DB2Installer/db2/linuxamd64/bin/db2prereqcheck_exe: /lib64/libc.so.6: version `GLIBC_2.33' not found (required by /tmp/DB2Installer/db2/linuxamd64/bin/db2prereqcheck_exe)
  /tmp/DB2Installer/db2/linuxamd64/bin/db2prereqcheck_exe: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /tmp/DB2Installer/db2/linuxamd64/bin/db2prereqcheck_exe)

* Test 2

Test 2

Map in Sian's changes for PAM issue incl. Ubuntu rollback..

Ensure 11.5.8 is passing with any changes made..

* Test 3

Test 3

Using older version of Ubuntu initially
Specify Rocky Linux 9 image as DB2 Prereqs suggest that RHEL 9 is minimum version

* Test 4

Test 4

Test command change

* Revert "Test 4"

This reverts commit 170ad6b2c7570d01561884494d41ee9bc4278021.

* Revert "Test 3"

This reverts commit f29914a6c0d7e41d53f8d309f48e77c42611f771.

* Revert "Test 2"

This reverts commit ecad545bea3a101bc9396905307a4ccc6b3a554b.

* Revert "Test 1"

This reverts commit 9e0a704d02cf404773388b3c9d0400e6bba4d0c1.

* Add in install of required package

Add in install of required package - libstdc++.i686

* rollback ubuntu

* remove verbose

* rocky 8 for db2 11.5.9

* test db2 11.5.8

* update response file

* revert response file change

* reduce retries and revert package install

* reduce builds

* 11.5.9 fails for missing libstdc++.i686

* try to install symlinks during install

* add checks for rocky specific tasks

* tidy up for 11.5.9

---------

Co-authored-by: Martin Fanning <mfanning@merative.com>