Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@hilltracer
Copy link

Please read Submitting a Pull Request before submitting.

@hilltracer hilltracer changed the title Empty commit ADBM-2618: DG test Nov 13, 2025
The Github action we were using for multi-architecture testing stopped working. The project does not seem to be getting regular maintenance so it seems better to roll multi-architecture testing into our existing container builds.

Introduce multi-architecture builds and testing into our test framework. For now this only works for unit tests -- integration tests will still only run on x86_64. That could be updated in the future but since emulation is so slow it is not clear if it would be useful.

Also fix an invalid 32-bit checksum. The d11 test had not been running as 32-bit since d8ff89a so the checksum was not updated when it should have been in 48f511d.

(cherry picked from commit 57ffd2d)
(cherry picked from commit 57fa612)
This aligns with what is reported by 'uname -m' and required by Docker naming conventions.

Also convert a 'aarch64' string to the VM_ARCH_AARCH64 constant.

(cherry picked from commit 34b916f)
When the architecture was not specified it was being set to x86_64 rather than the host architecture.

(cherry picked from commit f494dd2)
Rebuild all containers to get the most recent versions of PostgreSQL.

Update the Debian repository install to match current recommendations. This has already been done for the documentation in fcd00a4.

(cherry picked from commit 5de5ed8)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants