Skip to content

Instantly share code, notes, and snippets.

@bhcopeland
Created April 21, 2020 17:28
Show Gist options
  • Save bhcopeland/7a2fe10b3d6bfd1df4ace7754ab2a0fc to your computer and use it in GitHub Desktop.
Save bhcopeland/7a2fe10b3d6bfd1df4ace7754ab2a0fc to your computer and use it in GitHub Desktop.
sets:
- name: multi-toolchain
builds:
- {target_arch: arm, toolchain: gcc-8, kconfig: ["defconfig", "CONFIG_QEMU=y"]}
- {target_arch: arm, toolchain: gcc-9, kconfig: ["defconfig", "CONFIG_QEMU=y"]}
- {target_arch: arm64, toolchain: gcc-8, kconfig: ["defconfig", "CONFIG_QEMU=y"]}
- {target_arch: arm64, toolchain: gcc-9, kconfig: ["defconfig", "CONFIG_QEMU=y"]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment