Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aarch64-elf-gdb: migrate to [email protected] #198704

Merged
merged 2 commits into from
Nov 23, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/a/aarch64-elf-gdb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Aarch64ElfGdb < Formula
depends_on "aarch64-elf-gcc" => :test
depends_on "gmp"
depends_on "mpfr"
depends_on "python@3.12"
depends_on "python@3.13"
depends_on "readline"
depends_on "xz" # required for lzma support
depends_on "zstd"
Expand All @@ -49,7 +49,7 @@ def install
--with-curses
--with-expat
--with-lzma
--with-python=#{which("python3.12")}
--with-python=#{which("python3.13")}
--with-system-readline
--with-system-zlib
--with-zstd
Expand Down
Loading