·
29 commits
to refs/heads/main
since this release
What's Changed
-
Do not checkout Hafnium submodule recursively @kuqin12 (#1352)
Change Details
## Description
The current workflow will checkout the hafnium submodule recursively. This is not necessary unless a Hafnium build is explicitly requested.
This change moves the pipeline to not checkout all the nested submodules of Hafnium repo and only hydrate them when the Hafnium build from source is needed.
- Impacts functionality?
- Impacts security?
- Breaking change?
- Includes tests?
- Includes documentation?
How This Was Tested
The pipeline builds properly.
Integration Instructions
N/A
-
Redirect Hafnium submodules to GitHub mirrors @makubacki (#1353)
Change Details
## Description
Nested submodules in the Hafnium repository are pointing to unreliable hosts. This commit updates the submodule URLs to point to GitHub mirrors.
-
https://github.com/TF-Hafnium/hafnium-third_party-googletest
-
Impacts functionality?
-
Impacts security?
-
Breaking change?
-
Includes tests?
-
Includes documentation?
How This Was Tested
- Run HAF TF build on fork
Integration Instructions
- N/A - Stabilizes CI
Full Changelog: v12.0.0...v12.0.1