Skip to content

Commit

Permalink
GDB 15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
noahp committed Jan 3, 2025
1 parent 0cc1f56 commit 3a08413
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: true
matrix:
platform: [ubuntu-20.04, macos-12, macos-13-xlarge] # windows-2022] windows is a bit sad :'(
platform: [ubuntu-20.04, macos-13, macos-13-xlarge] # windows-2022] windows is a bit sad :'(
runs-on: ${{ matrix.platform }}

# set bash to be a login shell, so that /etc/profile is sourced and conda
Expand Down
2 changes: 1 addition & 1 deletion gdb-multi-arch/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ pushd "${REAL_TARGET_PREFIX}"/bin/
mv arm-elf-linux-size size
mv arm-elf-linux-strings strings
strip addr2line
strip gdb
# strip gdb
strip objdump
strip objcopy
strip size
Expand Down
25 changes: 0 additions & 25 deletions gdb-multi-arch/fix-disassemble-segfault.patch

This file was deleted.

5 changes: 2 additions & 3 deletions gdb-multi-arch/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "multi-arch-gdb" %}
{% set version = "12.1" %}
{% set sha256 = "417718b5348fe026f3e4d9c36bf4c6645083e58cb6ac2b8ffc467030be2d6b88" %}
{% set version = "15.2" %}
{% set sha256 = "31ae16449613b0fd70e67f11bf6851dcc258a9531a91f9503524442a2f64331f" %}

package:
name: {{ name }}
Expand All @@ -10,7 +10,6 @@ source:
- url: https://github.com/bminor/binutils-gdb/archive/gdb-{{ version }}-release.tar.gz
sha256: {{ sha256 }}
patches:
- fix-disassemble-segfault.patch
# mac doesn't build without this patch
- mac-build-fix.patch # [osx]

Expand Down

0 comments on commit 3a08413

Please sign in to comment.