We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ae8980 commit e127cc5Copy full SHA for e127cc5
dist/tools/travis-scripts/get-pkg-list.py
@@ -37,7 +37,7 @@
37
arm_pkgs = ["gcc-arm-none-eabi"]
38
msp_pkgs = ["gcc-msp430"]
39
x86_pkgs = ["qemu-system-x86", "g++-multilib", "gcc-multilib",
40
- "build-essential","python-pip"]
+ "build-essential","python-pip", "gdb"]
41
avr8_pkgs = ["gcc-avr", "binutils-avr", "avr-libc"]
42
static_tests_pkgs = ["doxygen", "cppcheck"]
43
all_mcu_pkgs = arm_pkgs + msp_pkgs + \
0 commit comments