Conversation
dmcilvaney
reviewed
Dec 2, 2024
dmcilvaney
approved these changes
Dec 3, 2024
anphel31
approved these changes
Dec 4, 2024
reubeno
approved these changes
Dec 4, 2024
arc9693
pushed a commit
that referenced
this pull request
Dec 12, 2024
aditjha-msft
pushed a commit
that referenced
this pull request
Dec 18, 2024
durgajagadeesh
pushed a commit
to durgajagadeesh/azurelinux_djpalli
that referenced
this pull request
Dec 31, 2024
durgajagadeesh
pushed a commit
to durgajagadeesh/azurelinux_djpalli
that referenced
this pull request
Dec 31, 2024
aninda-al
pushed a commit
to aninda-al/azurelinux-test
that referenced
this pull request
Jan 3, 2025
SumitJenaHCL
pushed a commit
to SumitJenaHCL/azurelinux
that referenced
this pull request
Feb 24, 2025
KavyaSree2610
pushed a commit
to KavyaSree2610/azurelinux
that referenced
this pull request
Mar 24, 2025
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.
Merge Checklist
All boxes should be checked before merging the PR (just tick any boxes which don't apply to this PR)
*-staticsubpackages, etc.) have had theirReleasetag incremented../cgmanifest.json,./toolkit/scripts/toolchain/cgmanifest.json,.github/workflows/cgmanifest.json)./SPECS/LICENSES-AND-NOTICES/data/licenses.json,./SPECS/LICENSES-AND-NOTICES/LICENSES-MAP.md,./SPECS/LICENSES-AND-NOTICES/LICENSE-EXCEPTIONS.PHOTON)*.signatures.jsonfilessudo make go-tidy-allandsudo make go-test-coveragepassSummary
Update to #10369.
The original change made the toolkit always clean-up the downloaded RPMs cache, even if the repo snapshot flag was not set. This broke scenarios, where a use pre-populates the cache with
hydrate-cached-rpms. Now the cache will only be cleaned-up if thePACKAGE_CACHE_SUMMARYorREPO_SNAPSHOT_TIMEflag is set. Running withPACKAGE_CACHE_SUMMARYis another scenario, where we need to purge the cache before we run the package fetcher.Does this affect the toolchain?
No.
Associated issues
Test Methodology