heads: Improve updateDepsScript#1293
Merged
OPNA2608 merged 1 commit intoJul 3, 2025
Merged
Conversation
fricklerhandwerk
approved these changes
Jul 3, 2025
eljamm
approved these changes
Jul 3, 2025
- Fix leftover ftpmirror.gnu.org URLs We still can't rely on all the mirrors in there giving correct results - Exclude acpica-unix2-20220331.tar.gz from being fetched by the script Original source is dead, unsure which mirror might be correct & safe due to hash differences - Don't throw away everything if a single URL fails to fetch Just give an empty hash and move on. A human can manually re-attempt this later.
7f3132c to
2cdd102
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ftpmirror.gnu.orgURLsWe still can't rely on all the mirrors in there giving correct results
acpica-unix2-20220331.tar.gzfrom being fetched by the scriptOriginal source is dead, unsure which mirror might be correct & safe due to hash differences
Just give an empty hash and move on. A human can manually re-attempt this later.
This closes #1256, technically. But more in a "letter of the law" way. We apply the coreboot patches now, but the failing ACPICA source download still doesn't work, and we just consistently exclude it now. Even the URL from the patch files is dead.
There is technically a different script that we should maybe be using for getting crossgcc dependencies, but it too gives a dead URL for specifically this package: https://github.com/linuxboot/heads/blob/d0350e02f4f88fbc16eb26893c2edc8e7cdae441/bin/fetch_coreboot_crossgcc_archive.sh#L105-L115
There are some possible candidates for where we could fetch the archive from instead, but we don't need to fix this right now. The board that needs this is marked untested, so it shouldn't be a big deal to keep this excluded.