Added package rubygem-racc to SPECS-EXTENDED#11355
Added package rubygem-racc to SPECS-EXTENDED#11355SumitJenaHCL wants to merge 4 commits intomicrosoft:3.0-devfrom
Conversation
|
This PR is raised to successfully merge #11360 |
30bd741 to
397e110
Compare
397e110 to
3c80a4e
Compare
3c80a4e to
4b8a541
Compare
| { | ||
| "Signatures": { | ||
| "racc-1.8.1.gem": "4a7f6929691dbec8b5209a0b373bc2614882b55fc5d2e447a21aaa691303d62f", | ||
| "racc-create-tarball-missing-files.sh": "5102ab34a97c558151994bed4983e57c50ea5ef9e7acab214dd444edca0c000b", |
There was a problem hiding this comment.
This file is local only, do we need signature for this?
There was a problem hiding this comment.
Can't find a way to fetch the tarball with the latest commit. So, resorted to just add the script as the source to generate the tarball. Could it be possible to run it during setting up the pipeline.
| NAME=racc | ||
| VERSION=$1 | ||
|
|
||
| git clone https://github.com/ruby/racc.git |
There was a problem hiding this comment.
Instead of git cloning as pipeline/build system may not have access to external internet transaction (also security), could you please check alternative to keep missing files downloaded to blob storage?
There was a problem hiding this comment.
The script is to fetch the latest changes from the upstream. Can't find a way to fetch the tarball with the latest commit. So, resorted to just add the script as the source to generate the tarball. Could it be possible to run it during setting up the pipeline.
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)./LICENSES-AND-NOTICES/SPECS/data/licenses.json,./LICENSES-AND-NOTICES/SPECS/LICENSES-MAP.md,./LICENSES-AND-NOTICES/SPECS/LICENSE-EXCEPTIONS.PHOTON)*.signatures.jsonfilessudo make go-tidy-allandsudo make go-test-coveragepassSummary
What does the PR accomplish, why was it needed?
This PR is to add package rubygem-racc to SPECS-EXTENDED
Change Log
Does this affect the toolchain?
NO
Associated issues
Links to CVEs
Test Methodology