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

feat: Try GDBs with python3.12 #75

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: 🛠️ build on ${{ matrix.platform }}

strategy:
fail-fast: true
fail-fast: false
matrix:
platform: [ubuntu-20.04, macos-11, macos-13-xlarge] # windows-2022] windows is a bit sad :'(
runs-on: ${{ matrix.platform }}
Expand Down
3 changes: 3 additions & 0 deletions elfutils/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,7 @@ numpy:
- 1.22
- 1.22
- 1.23
- 1.25
occt:
- 7.7.2
openblas:
Expand Down Expand Up @@ -673,12 +674,14 @@ python:
- 3.9.* *_cpython
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.12.* *_cpython
python_impl:
# part of a zip_keys: python, python_impl, numpy
- cpython
- cpython
- cpython
- cpython
- cpython
pytorch:
- '2.0'
pyqt:
Expand Down
2 changes: 1 addition & 1 deletion elfutils/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

package:
name: elfutils
version: {{ version }}.memfault1
version: {{ version }}.memfault2

source:
fn: elfutils-{{ version }}.tar.bz2
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 @@ -41,7 +41,7 @@ fi
--disable-sim \
--disable-gold \
--enable-64-bit-bfd
make
make -j${CPU_COUNT}
make install

# Move from the fake to real directory
Expand Down
5 changes: 4 additions & 1 deletion gdb-multi-arch/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ dcap:
eclib:
- '20230424'
elfutils:
- 0.189.memfault1
- 0.189.memfault2
exiv2:
- 0.27
expat:
Expand Down Expand Up @@ -605,6 +605,7 @@ numpy:
- 1.22
- 1.22
- 1.23
- 1.25
occt:
- 7.7.2
openblas:
Expand Down Expand Up @@ -673,12 +674,14 @@ python:
- 3.9.* *_cpython
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.12.* *_cpython
python_impl:
# part of a zip_keys: python, python_impl, numpy
- cpython
- cpython
- cpython
- cpython
- cpython
pytorch:
- '2.0'
pyqt:
Expand Down
5 changes: 3 additions & 2 deletions gdb-multi-arch/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

package:
name: {{ name }}
version: {{ version }}.memfault1
version: {{ version }}.memfault2

source:
- url: https://github.com/bminor/binutils-gdb/archive/gdb-{{ version }}-release.tar.gz
Expand Down Expand Up @@ -51,7 +51,8 @@ requirements:

test:
commands:
- gdb -ex "print 1" --batch
- gdb --version
- gdb -nx --batch -ex "print 1"

about:
home: https://www.gnu.org/software/gdb/
Expand Down
8 changes: 7 additions & 1 deletion gdb-xtensa-esp32-elf/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ dcap:
eclib:
- '20230424'
elfutils:
- 0.189.memfault1
- 0.189.memfault2
exiv2:
- 0.27
expat:
Expand Down Expand Up @@ -611,6 +611,8 @@ numpy:
- 1.21
- 1.21
- 1.21
- 1.23
- 1.25
occt:
- '7.7'
openblas:
Expand Down Expand Up @@ -674,11 +676,15 @@ python:
- 3.8.* *_cpython
- 3.9.* *_cpython
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.12.* *_cpython
python_impl:
# part of a zip_keys: python, python_impl, numpy
- cpython
- cpython
- cpython
- cpython
- cpython
pytorch:
- '2.0'
pyqt:
Expand Down
2 changes: 1 addition & 1 deletion gdb-xtensa-esp32-elf/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

package:
name: {{ name }}
version: {{ version }}.memfault4
version: {{ version }}.memfault5

source:
- git_url: https://github.com/espressif/binutils-gdb.git
Expand Down
5 changes: 4 additions & 1 deletion gdb-xtensa-lx106-elf/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ dcap:
eclib:
- '20230424'
elfutils:
- 0.189.memfault1
- 0.189.memfault2
exiv2:
- 0.27
expat:
Expand Down Expand Up @@ -605,6 +605,7 @@ numpy:
- 1.22
- 1.22
- 1.23
- 1.25
occt:
- 7.7.2
openblas:
Expand Down Expand Up @@ -673,12 +674,14 @@ python:
- 3.9.* *_cpython
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.12.* *_cpython
python_impl:
# part of a zip_keys: python, python_impl, numpy
- cpython
- cpython
- cpython
- cpython
- cpython
pytorch:
- '2.0'
pyqt:
Expand Down
2 changes: 1 addition & 1 deletion gdb-xtensa-lx106-elf/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "xtensa-lx106-elf-gdb" %}
{% set version = "11.1_20220318.memfault2" %}
{% set version = "11.1_20220318.memfault3" %}

package:
name: {{ name }}
Expand Down