Skip to content

Commit

Permalink
Install Python 3.10
Browse files Browse the repository at this point in the history
This upgrades the Homebrew Python installation version from 3.8 to 3.10
because the SDK now links gdb-py against libpython3.10.

Signed-off-by: Stephanos Ioannidis <[email protected]>
  • Loading branch information
stephanosio committed Sep 29, 2024
1 parent cc4e106 commit f29db57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk-build-macos.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ build {
"source ~/.zprofile",
"brew install awscli autoconf automake binutils boost ccache coreutils",
"brew install dos2unix dtc gawk gnu-sed gperf help2man meson ncurses",
"brew install ninja pkg-config python@3.8 texinfo",
"brew install ninja pkg-config python@3.10 texinfo",
]
}
}

0 comments on commit f29db57

Please sign in to comment.