Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(test): restrict gdb-15 install to amd64 architecture (#114)
PR #71 updates gdb to a newer version that supports reading DWARF debugging format. However, it incorrectly attempts to install the x86_64 version regardless of the system's architecture, causing errors on non-x86_64 platforms. This fix temporarily ensures that the updated gdb is only installed on x86_64 (amd64) systems.
- Loading branch information