Skip to content

Commit

Permalink
Remove the ARM GCC compiler extdeps to use container GCC (#388)
Browse files Browse the repository at this point in the history
## Description

Removes the ARM & AARCH64 GCC compiler extdep files. Thes external
dependencies frequently break, and all Project MU builds should now be
using the container provided GCC binaries.

- [x] Impacts functionality?
- [ ] Impacts security?
- [x] Breaking change?
- [ ] Includes tests?
- [ ] Includes documentation?

## How This Was Tested

Local build test in container.

## Integration Instructions

All consumers that require the ext dep must now carry their own copies
of the extdep files removed by the commit.


[BaseTools/Bin/gcc_aarch64_linux_ext_dep.yaml](https://github.com/microsoft/mu_basecore/blob/1bd4b3bfd657ad5a3940d072be6540f7c9c23c5d/BaseTools/Bin/gcc_aarch64_linux_ext_dep.yaml)

[BaseTools/Bin/gcc_arm_linux_ext_dep.yaml](https://github.com/microsoft/mu_basecore/blob/1bd4b3bfd657ad5a3940d072be6540f7c9c23c5d/BaseTools/Bin/gcc_arm_linux_ext_dep.yaml)
  • Loading branch information
cfernald authored May 3, 2023
1 parent 1bd4b3b commit 0a8242f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 42 deletions.
21 changes: 0 additions & 21 deletions BaseTools/Bin/gcc_aarch64_linux_ext_dep.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions BaseTools/Bin/gcc_arm_linux_ext_dep.yaml

This file was deleted.

0 comments on commit 0a8242f

Please sign in to comment.