Skip to content
Snippets Groups Projects

feat: allow building for unsupported architecture

Open Felix Yan requested to merge felixonmars/devtools:unsupported-arch into master
  1. Dec 29, 2024
    • Felix Yan's avatar
      feat: allow building for unsupported architecture · 332ccc95
      Felix Yan authored
      The hard check here has been prevented us (the RISC-V port) from utilizing `pkgctl build` for a while. As long as the list (DEVTOOLS_VALID_ARCHES) isn't easily extendable, I think it's a better idea to allow building with a warning when specifying `--arch` manually.
      
      Also disables repository detection and `--repo` check for unsupported
      architectures.
      332ccc95
Loading