Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve build reproducibility issues #93

Merged
merged 2 commits into from
Sep 9, 2022
Merged

Resolve build reproducibility issues #93

merged 2 commits into from
Sep 9, 2022

Conversation

austinvazquez
Copy link
Contributor

@austinvazquez austinvazquez commented Sep 9, 2022

Issue #, if available:

Description of changes:
This change is meant to address the build reproducibility issues by pinning the lint dependencies.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@austinvazquez austinvazquez requested a review from a team as a code owner September 9, 2022 03:48
@@ -22,7 +22,21 @@ jobs:
go-version: ${{ matrix.go }}

- name: Check out code into the Go module directory
uses: actions/checkout@v2
uses: actions/checkout@v3
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it worth investigating how complex it would be to make a checkout action that gets exactly what we need rather than always this static number that will usually be more?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's definitely outside my effective scope. Mainly thinking checkout is written in Typescript and I may spend more time spinning up on that than I would prefer.

@kzys kzys merged commit 3fec3ed into firecracker-microvm:main Sep 9, 2022
@austinvazquez austinvazquez deleted the pin-deps branch September 9, 2022 20:20
vvejell1 pushed a commit to vvejell1/firectl that referenced this pull request Nov 8, 2022
Resolve build reproducibility issues

Signed-off-by: Debian <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants